stackery undeploy
stackery undeploy
Undeploy resources associated with a stack
Synopsis
Delete all AWS resources associated with a stack. The Stackery stack data structures are not affected.
stackery undeploy --stack-name=<stack> --env-name=<env> [flags]
Examples
Undeploy a stack from the "production" environment, using AWS credentials from the user's "production"
profile:
stackery undeploy -n my-stack -e production --aws-profile production
Options
--access-key-id string AWS access key ID
--aws-profile string AWS profile name
-e, --env-name string The environment name
-h, --help help for undeploy
--secret-access-key string AWS secret access key
--session-token string AWS session token
-n, --stack-name string The stack name
Options inherited from parent commands
--non-interactive Skip user inputs
SEE ALSO
- stackery - Stackery command line tool