@architect/destroy
Advanced tools
Changelog
[2.0.0 - 2.0.1] 2021-07-22
--name
flag can no longer be used in place of --app
to destroy apps; --app
must now be used to destroy apps, while --name
may only be used to destroy stacks; fixes #1165Changelog
[2.0.0 - 2.0.1] 2021-07-22
--name
flag can no longer be used in place of --app
to destroy apps; --app
must now be used to destroy apps, while --name
may only be used to destroy stacks; fixes #1165Changelog
[1.3.0] 2021-06-22
--no-timeout
flag, which causes destroy
to wait until the CloudFormation Stack is deleted before exitingdestroy
now pings the CloudFormation API to check for Stack deletion every 10 seconds (instead of increasingly backing off starting from 10 seconds to 60 seconds)Changelog
[1.2.4] 2021-06-09
DELETE_FAILED
, it will now report this, along with the status reason, and exit with a non-zero code rather than wait for the destroy
command timeout to run out; this fixes #1156destroy
will now exit with a non-zero code if any errors are raised during its execution