Skip to content

stackaroo describe

Display detailed information about a CloudFormation stack

Synopsis

Display comprehensive information about a deployed CloudFormation stack.

This command shows detailed information about a stack including:

• Stack status and metadata (creation time, last update, etc.) • Stack parameters and their current values • Stack outputs (if any) • Stack tags • Stack description

The command retrieves information from the currently deployed stack in AWS and displays it in a human-readable format.

Examples: stackaroo describe dev vpc # Show information about VPC stack in dev context stackaroo describe prod app # Show information about app stack in prod context

stackaroo describe <context> <stack-name> [flags]

Options

  -h, --help   help for describe

Options inherited from parent commands

  -c, --config string   config file (default is stackaroo.yaml) (default "stackaroo.yaml")
  -v, --verbose         verbose output

SEE ALSO

  • stackaroo - A command-line tool for managing AWS CloudFormation stacks as code

Released under the BSD 3-Clause licence.