Get the CloudFormation template from a running stack
Downloads the template or the configuration file used to deploy and prints it to stdout.
The --config
flag can be used to get the rain config file for the stack instead of the template.
rain cat <stack>
-c, --config output the config file for the existing stack
-h, --help help for cat
-p, --profile string AWS profile name; read from the AWS CLI configuration file
-r, --region string AWS region to use
-t, --transformed get the template with transformations applied by CloudFormation
-u, --unformatted output the template in its raw form; do not attempt to format it
--debug Output debugging information
--no-colour Disable colour output
- rain -