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 --env #32

Open
heyjcollins opened this issue Mar 17, 2022 · 1 comment
Open

provide flag value autocomplete for --env #32

heyjcollins opened this issue Mar 17, 2022 · 1 comment
Labels

Comments

@heyjcollins
Copy link
Contributor

heyjcollins commented Mar 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 --env

When I've typed --env then press <TAB>, all the current env vars keys associated with my workload are auto-suggested

@heyjcollins heyjcollins added this to the 0.6.0 milestone Mar 19, 2022
@atmandhol atmandhol modified the milestones: 0.6.0, 0.7.0 Mar 31, 2022
@atmandhol atmandhol removed this from the 0.7.0 milestone Apr 18, 2022
@heyjcollins heyjcollins changed the title provide flag value autocomplete for --env, --label, --param, --service-ref provide flag value autocomplete for --env Oct 17, 2022
@heyjcollins heyjcollins changed the title provide flag value autocomplete for --env provide flag value autocomplete for --env Oct 17, 2022
@heyjcollins
Copy link
Contributor Author

Not migrated because carto v2 interactions will take place via submission of a workload.yaml with limited flag support.

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

No branches or pull requests

2 participants