File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
examples/quick-start-advanced
website/docs/integrations Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ARG GEODESIC_OS=debian
66# https://atmos.tools/
77# https://github.com/cloudposse/atmos
88# https://github.com/cloudposse/atmos/releases
9- ARG ATMOS_VERSION=1.162.0
9+ ARG ATMOS_VERSION=1.162.1
1010
1111# Terraform: https://github.com/hashicorp/terraform/releases
1212ARG TF_VERSION=1.5.7
Original file line number Diff line number Diff line change @@ -123,6 +123,22 @@ func needProcessTemplatesAndYamlFunctions(command string) bool {
123123 "destroy" ,
124124 "generate" ,
125125 "output" ,
126+ "shell" ,
127+ "write" ,
128+ "force-unlock" ,
129+ "import" ,
130+ "refresh" ,
131+ "show" ,
132+ "taint" ,
133+ "untaint" ,
134+ "validate" ,
135+ "state list" ,
136+ "state mv" ,
137+ "state pull" ,
138+ "state push" ,
139+ "state replace-provider" ,
140+ "state rm" ,
141+ "state show" ,
126142 }
127143 return u .SliceContainsString (commandsThatNeedFuncProcessing , command )
128144}
Original file line number Diff line number Diff line change 673673 branches: [ main ]
674674
675675env:
676- ATMOS_VERSION: 1.162.0
676+ ATMOS_VERSION: 1.162.1
677677 ATMOS_CLI_CONFIG_PATH: ./
678678
679679jobs:
You can’t perform that action at this time.
0 commit comments