We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
add an option to bake one or more environment stacks down to a single .env stack file:
$ envstack [STACK [STACK ...]] --bake baked.env
this could also be used to init a new stack file from scratch that could be updated:
$ envstack --bake test.env $ cat test.env all: &default HELLO: world darwin: <<: *default linux: <<: *default windows: <<: *default
The text was updated successfully, but these errors were encountered:
rsgalloway
When branches are created from issues, their pull requests are automatically linked.
add an option to bake one or more environment stacks down to a single .env stack file:
this could also be used to init a new stack file from scratch that could be updated:
The text was updated successfully, but these errors were encountered: