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

[FEATURE] CLI autocomplete for inline --project + --config #358

Closed
Grraahaam opened this issue Jan 13, 2023 · 1 comment
Closed

[FEATURE] CLI autocomplete for inline --project + --config #358

Grraahaam opened this issue Jan 13, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Grraahaam
Copy link

Grraahaam commented Jan 13, 2023

Describe the solution you'd like

CLI autocompletion for --projects and --configs, useful when maintaining and working with multiple projects in a single workspace. Here's some examples :

# project : inline
> doppler secrets --project <TAB>
project-one
project-two
project-three

# project : inline / config : inline
> doppler secrets --project project-two --config <TAB>
dev
stg
prd

# project : .doppler.yaml
> doppler secrets --project project-two --config <TAB>
dev
stg
prd

Describe alternatives you've considered

Using doppler setup everytime, but it's quite inconvenient. Meanwhile, the same function may be used I guess since it shows exactly what's expected ✌🏽

@Grraahaam Grraahaam added the enhancement New feature or request label Jan 13, 2023
@Piccirello
Copy link
Contributor

Closed by #379

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants