stackery describe
stackery describe
Describe a Stackery stack
Synopsis
Print information about the resources in a deployed Stackery stack
stackery describe --stack-name=<stack> --env-name=<env> [flags]
Examples
Show a summary of resources in "my-stack", which has been deployed in the "production" environment:
stackery describe -n my-stack -e production
Options
-e, --env-name string The environment name
--filter string Filter resource list output with --filter=<field>=<value>, where field is "id", "name", or "type"
-h, --help help for describe
--json Dump the stack description as JSON
-n, --stack-name string The stack name
--verbose Show verbose description
Options inherited from parent commands
--non-interactive Skip user inputs
SEE ALSO
- stackery - Stackery command line tool