-
Notifications
You must be signed in to change notification settings - Fork 316
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
Clarify usage of hab config apply
#3977
Comments
This is linked to #1059 I think |
Just to add onto this, documenting the |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We value your input and contribution. Please leave a comment if this issue still affects you. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We value your input and contribution. Please leave a comment if this issue still affects you. |
The documentation example for
hab config apply
at https://www.habitat.sh/docs/using-habitat/#config-updates can be misleading. By using a single key-value pair (and by the fact that the command is calledapply
), it can lead users to think that the Supervisor will "remember" the current configuration and just add the new value on top of it, which is distinctly not the case.Having a more complete example, along with a more detailed explanation of the layering of configuration that happens (e.g.,
default.toml
as base, with environment,user.toml
, andhab config apply
d config layered on top of that) would help clarify how things are actually behaving.The text was updated successfully, but these errors were encountered: