stack-info
Prints information (outputs, links) for the specified deployed stack. For non-deployed stack use with switch --detailed.
stacktape stack-info --region <<region>>
API reference
AWS region for given command.
Type: string ENUM
Possible values: af-south-1ap-east-1ap-northeast-1ap-northeast-2ap-northeast-3ap-south-1ap-southeast-1ap-southeast-2ca-central-1eu-central-1eu-north-1eu-south-1eu-west-1eu-west-2eu-west-3me-south-1sa-east-1us-east-1us-east-2us-west-1us-west-2
Stage to deploy your stack to. Example stages are production
, staging
, etc.
Type: string
Path (relative to cwd) to your stacktape configuration file. By default, it's stacktape.yml
.
Type: string
undefined
Type: boolean
undefined
Type: string
Format of logs that are being printed to your console. You can learn more at https://docs.stacktape.com/cli/using-cli Default: 'fancy'
Type: string ENUM
Possible values: basicfancyjsonnormal
Level of logs that are being printed to the console. You can use 'debug' for more information about what's being done, or 'error' to show only errors. Default: 'info'
Type: string ENUM
Possible values: debugerrorinfo
undefined
Type: string
When using stack-info command in detailed mode, outFormat specifies format in which stack information is saved.
Type: string ENUM
Possible values: jsonyml
AWS profile to use.
Type: string