4 messages
👽️
rssabout 4 years ago(edited)
v1.3.30
what
Add atmos terraform generate varfile command
Add atmos helmfile generate varfile command
The commands support -f argument to write to a specific file instead of generating the file name from the context
General cleanup
why
The command allow generating varfile for terraform and helmfile components and writing it to files in the components folders, or any file name specified by the -f command line argument (--file for the long version)
Use atmos patterns of generate and describe to...
what
Add atmos terraform generate varfile command
Add atmos helmfile generate varfile command
The commands support -f argument to write to a specific file instead of generating the file name from the context
General cleanup
why
The command allow generating varfile for terraform and helmfile components and writing it to files in the components folders, or any file name specified by the -f command line argument (--file for the long version)
Use atmos patterns of generate and describe to...
rssabout 4 years ago(edited)
v1.4.0
what
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...
what
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...
Josh Hollowayalmost 4 years ago
👋 I'm just getting started with Atmos - I'm wondering if there's a way to essentially do
atmos terraform deploy-all -s <stack> without manually curating a workflow for each stackS
Soren Jensenalmost 4 years ago
@Soren Jensen has joined the channel