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 --param #382

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

provide flag value autocomplete for --param #382

heyjcollins opened this issue Oct 17, 2022 · 0 comments

Comments

@heyjcollins
Copy link
Contributor

heyjcollins commented Oct 17, 2022

Description of problem

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 --param

When I've typed --param then press <TAB>, all the current param keys associated with my workload, and any params associated with any of the supply chains on the target cluster, are auto-suggested.
When --param flag/value has already been specified, autocomplete should only suggest params which haven't already been specified in the command.

@heyjcollins heyjcollins added enhancement New feature or request needs-triage labels Oct 17, 2022
@heyjcollins heyjcollins added NOT-MIGRATED and removed enhancement New feature or request needs-triage labels Dec 6, 2023
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

1 participant