Skip to main content
README.md1.0 KB
View on GitHub

Example: Demo Stacks

Inherit configuration across environments to eliminate duplication.

Learn more about Stack Inheritance.

What You'll See

Try It

cd examples/demo-stacks

# See how configuration is inherited
atmos describe component myapp -s dev
atmos describe component myapp -s prod

# Compare the resolved configuration across environments
atmos describe stacks --components myapp

Key Files

FilePurpose
stacks/catalog/myapp.yamlBase component configuration (shared defaults)
stacks/deploy/dev.yamlDev environment with imports and overrides
stacks/deploy/prod.yamlProd environment with different overrides

Related Documentation