View on GitHub

rain

A development workflow tool for working with AWS CloudFormation.

rain cat

Get the CloudFormation template from a running stack

Synopsis

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>

Options

  -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

Options inherited from parent commands

      --debug       Output debugging information
      --no-colour   Disable colour output

SEE ALSO

Auto generated by spf13/cobra on 12-Apr-2024