IBM-Cloud / IBM-Cloud/ibm-cloud-cli-release

ibmcloud add missing autocompletion flags

Open
#76 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
No language data
Stars
160
Forks
74
PR merge metrics
No merged PRs in 30d

Description

The ibmcloud autocompletion is very helpful, however, doesn't include all options and flags.

Example: ibmcloud cs cluster create

Both the words cluster and create were completed on hitting <Tab>, but the following options to create a cluster (e.g. --name, --zone, as shown in the help) aren't completed or available anymore. It would greatly improve the developer experience to include them as well.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the autocompletion behavior for the ibmcloud cs cluster create entry point and compare it with the command's help output. The work is done when options such as --name and --zone are available through completion alongside the existing cluster and create completions.

Written by the indexing model from the issue text.

Assessment

Domain
cli, developer-experience
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.