Skip to content
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

bake environment stacks #23

Open
rsgalloway opened this issue Dec 13, 2024 · 0 comments
Open

bake environment stacks #23

rsgalloway opened this issue Dec 13, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@rsgalloway
Copy link
Owner

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
@rsgalloway rsgalloway added the enhancement New feature or request label Dec 13, 2024
@rsgalloway rsgalloway added this to the Version 1.0.0 milestone Dec 13, 2024
@rsgalloway rsgalloway self-assigned this Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant