atmos aws cloudformation get
Fetch a deployed CloudFormation stack's template or stack policy directly from
the CloudFormation API — the live, deployed artifacts, as opposed to
render, which only ever reads the
local template file.
Usage
atmos aws cloudformation get template <component> --stack <stack>
atmos aws cloudformation get policy <component> --stack <stack>
Subcommands
policy
Fetch the deployed stack's policy.
template
Fetch the deployed stack's template.