:wave: lets say I have an app composed from api, a...
# help
k
👋 lets say I have an app composed from api, auth, frontend stacks. How do I completely delete just one stack. i.e frontend from all environments ?
a
According to this https://docs.serverless-stack.com/packages/cli the remove command can take a stackname as parameter, so you could do sst remove frontend --stage XYZ for all stages
k
awesome, thanks