You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
heyjcollins
changed the title
provide flag value autocomplete for --env, --label, --param, --service-ref
provide flag value autocomplete for --env
Oct 17, 2022
heyjcollins
changed the title
provide flag value autocomplete for --env
provide flag value autocomplete for --envOct 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-suggestedThe text was updated successfully, but these errors were encountered: