v1.4.0what
Add workflows
Define workflows in YAML
Support two types of workflows: atmos and shell
Allow specifying the atmos stack in 3 different ways:
on the command line in the command attribute in the workflow steps
as stack attribute in each workflow step
as stack attribute in the workflow itself
Update atmos terraform shell command
why
Allow sequential execution of atmos and shell commands
Update atmos terraform shell command to use the bash shell by default on Unix systems if the SHELL ENV...