IBM-Cloud / IBM-Cloud/ibm-cloud-cli-release
ibmcloud add missing autocompletion flags
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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