-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Config overrides on the command line #4180
Comments
👍 Another option is to do this with env variables, similar to what Hashicorp tools do, e.g. |
I'm always a bit scared of environment variables as they tend to be invisible. |
Yeah they're certainly less accessible |
👍 To this idea, we have been needing something like this for quite some time. |
We have too many daemon commandline flags and the ones we have often duplicate config options. Instead of having both, we should add a flag for temporarily setting config options:
This is significantly more verbose than the current system but is hierarchical and easier to maintain.
The text was updated successfully, but these errors were encountered: