Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provide flag value autocomplete for --label #381

Open
heyjcollins opened this issue Oct 17, 2022 · 0 comments
Open

provide flag value autocomplete for --label #381

heyjcollins opened this issue Oct 17, 2022 · 0 comments
Milestone

Comments

@heyjcollins
Copy link
Contributor

heyjcollins commented Oct 17, 2022

app devs appreciate efficiency and convenience.
providing broad support for autocompleting flag values makes it possible for people to NOT remember names of items added previously by them or others.

providing autocomplete for flag values inconsistently is a bad UX and we should do all that we can to consistently deliver on the contract.

Proposed solution
apps plugin already supports autocomplete for some flag values (e.g. --namespace --- will return list of possible namespaces)

Add similar support for --label.

When I've typed --label , then press <TAB>, all the current label keys already associated with my workload AND all the possible label keys associated with each supply chain (which haven't already been added to the workload) on the target cluster are auto-suggested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants