View on GitHub

rain

A development workflow tool for working with AWS CloudFormation.

rain logs

Show the event log for the named stack

Synopsis

Shows the event log for a stack and its nested stack. Optionally, filter by a specific resource by name, or see a gantt chart of the most recent stack action.

By default, only show log entries that contain a useful message (e.g. a failure message). You can use the –all flag to change this behaviour.

rain logs <stack> (<resource>)

Options

  -a, --all                    include uninteresting logs
  -c, --chart                  Output a gantt chart of the most recent action as an html file
  -d, --days uint              Age of the logs to display in days
      --debug                  Output debugging information
  -h, --help                   help for logs
  -l, --length uint            Number of logs to display
  -p, --profile string         AWS profile name; read from the AWS CLI configuration file
  -r, --region string          AWS region to use
  -s, --since-user-initiated   Only show logs since the last 'User Initiated' event

Options inherited from parent commands

      --no-colour   Disable colour output

SEE ALSO

Auto generated by spf13/cobra on 17-Dec-2024