-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I'd like to be able to specify a repo config file when running doppler setup so that I can easily switch between repo configs.
Describe the solution you'd like
A flag specific to doppler setup so that I can use a chosen repo config file.
# setup as usual (doppler.yaml)
doppler setup --no-interactive
# setup with chosen config (doppler.alternative.yaml)
doppler setup --no-interactive -f doppler.alternative.yamlDescribe alternatives you've considered
- Mostly of use when using the
--no-interactiveflag, but would save time when having to switch between large repo configs.
Additional context
Thanks!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request