intuit / simple_deploy

Maintenance Mode - Simple Deploy is an opinionated CLI tool for managing AWS Cloud Formation Stacks.
MIT License
64 stars 22 forks source link

Ensure a stack exists before trying to destroy it. #195

Closed bradly closed 11 years ago

bradly commented 11 years ago

Currently issuing a destroy for a stack that doesn't exist says the destroy was successful:

$ simple_deploy destroy -e env -n does-not-exist 2013-07-24 14:00:03 -0700 INFO : Cloud Formation stack destroy completed. 2013-07-24 14:00:04 -0700 INFO : Delete from SimpleDB successful. 2013-07-24 14:00:04 -0700 INFO : does-not-exist destroyed.

thbishop commented 11 years ago

looks good to me. @rickmendes you're the simple_deploy master; want to take a peek?

ghost commented 11 years ago

@thbishop

I am just about done with an ugly PR coming up for PaaS. I will take a look as soon as I am done with that.

ghost commented 11 years ago

@thbishop @bradly

Looks good to me. I will merge.