Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perhaps add CLI command to delete the stack? #12

Open
csterritt opened this issue Apr 14, 2020 · 2 comments
Open

Perhaps add CLI command to delete the stack? #12

csterritt opened this issue Apr 14, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@csterritt
Copy link
Contributor

Thanks for doing this, it's fantastic!

From working on another project, I learned that you can do:

aws cloudformation delete-stack --stack-name yourstacknamehere

This starts a stack deletion, and returns nearly instantly. I don't know how to tell if it's done or not, other than trying to get information about the stack, which will eventually fail. I'll dig around and see if I can find out.

@csterritt
Copy link
Contributor Author

Update: This page shows the stack-delete-complete CLI command, which should do The Right Thing(TM).

@singledigit
Copy link
Contributor

Hey there, obviously I missed this, sorry. Feel free to push a PR if you would like as well.

@singledigit singledigit added the enhancement New feature or request label Jul 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants