Hello everyone, thanks for accepting me on the cha...
# help
e
Hello everyone, thanks for accepting me on the channel. I'm a brand new SST user, and it seems like the gem I need for a new customer project I'm going to be working on. I've just built and run the Hello World example in Live Dev. So far so good. My 2 questions : how would I go about cleaning things up so that everything that got created on AWS for the live dev environment gets removed ? What if I had deployed to prod, how would I clean that up as well ? Thanks ! I tried looking for an answer in the doc or here but so far no success... So sorry if this is a newbie question 😉
t
You can use
sst remove
to remove all the stacks currently defined
You can pass
--stage
to it as well - be careful though!
e
Thank you for the super quick answer. Just found the npx sst cli commands in the doc with your help
t
np 👍🏽