00:00.0 / 00:00.0
README.md777 B
View on GitHubExample: Demo Workflows
Run multiple Atmos commands in sequence with a single command.
Learn more about Workflows.
What You'll See
- Workflow definitions in stack manifests
- Chaining multiple
atmos terraformcommands - Parameterized workflows with arguments
Try It
cd examples/demo-workflows# List available workflowsatmos workflow list# Run a workflowatmos workflow deploy -s dev
Key Files
| File | Purpose |
|---|---|
atmos.yaml | Configures workflow base path |
stacks/workflows/ | Workflow definitions |