Join Slack
Powered by
:wave: lets say I have an app composed from api, a...
# help
k
Karolis Stulgys
06/18/2022, 6:44 AM
👋 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
Adrian Schweizer
06/18/2022, 9:17 AM
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
Karolis Stulgys
06/18/2022, 9:35 AM
awesome, thanks
Open in Slack
Previous
Next