Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.157.0
->1.158.0
2.23.11
->2.23.12
1.157.0
->1.158.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
cloudposse/atmos (atmos)
v1.158.0
Compare Source
Add `--process-templates`, `--process-functions` and `--skip` flags to `atmos describe affected`, `atmos describe component` and `atmos describe stacks` commands @aknysh (#1006)
what
Add
--process-templates
,--process-functions
and--skip
flags toatmos describe affected
,atmos describe component
andatmos describe stacks
commandsUpdate help texts, examples, and command descriptions across the CLI to showcase the new flags and usage patterns
Update docs
why
Go
templates and executing the Atmos YAML functions. This will allow you to see the results before and after the templates and functions execution--process-templates
Go
templatesin Atmos stacks manifests when executing the command.
If the flag is not provided, it's set to
true
by default.atmos describe affected --process-templates=false
atmos describe component <c> -s <stack> --process-templates=false
atmos describe stacks --process-templates=false
--process-functions
in Atmos stacks manifests when executing the command.
If the flag is not provided, it's set to
true
by default.atmos describe affected --process-functions=false
atmos describe component <c> -s <stack> --process-functions=false
atmos describe stacks --process-functions=false
--skip
in Atmos stacks manifests when executing the command.
To specify more than one function,
use multiple
--skip
flags, or separate the functions with a comma:atmos describe affected --skip=terraform.output --skip=include
atmos describe affected --skip=terraform.output,include
atmos describe component <c> -s <stack> --skip=terraform.output --skip=include
atmos describe component <c> -s <stack> --skip=terraform.output,include
atmos describe stacks --skip=terraform.output --skip=include
atmos describe stacks --skip=terraform.output,include
aws/aws-cli (awscli)
v2.23.12
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.