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
For some use cases where there are a lot of config files, but all the differences are in the all section, it would be useful to have the other environments defined separately in a file that can be re-used for different stacks.
For some use cases where there are a lot of config files, but all the differences are in the
all
section, it would be useful to have the other environments defined separately in a file that can be re-used for different stacks.Primary configuration file (config.yml):
Environments configuration file (environments.yml):
Then specifying
--config-file config,yml --config-file environments.yml
would use the combination of the two.Some questions about this approach:
The text was updated successfully, but these errors were encountered: