Update Atlantis integration and tests @aknysh (#1283)
what
- Update Atlantis integration
- Add tests
why
- Allow using
stacks.name_template
(defined inatmos.yaml
) to generate Atlantis repo configs from the Atmos stacks (note thatstacks.name_pattern
was already supported in the Atlantis integration) - Fix Atlantis tests on Windows (they were randomly failing)
Improve Workflow DX @milldr (#1229)
what
- Update all log messages for workflow_utils to use the charmbracelet log handling
- Add TUI message when workflow kicks off an atmos command to report the command being executed
why
- We should always see the command being executed before it runs and see the command that fails when it fails.
- Clear error messages on workflows to explain the true issue in a consistent format
screenshots
Add pager to `atmos describe affected` command @samtholiya (#1255)
what
- Add pager to
atmos describe affected
command
why
- Better UX
Add pager to `atmos describe stacks` command @samtholiya (#1265)
what
- Add pager to
atmos describe stacks
command
why
- Better UX