Klaus
05/30/2022, 7:44 PMnpm run start has been completed and the stage was deployed with npm run deploy
The doc mentions that stacks can be removed individually by providing the stack name as parameter. However, this seems to fail for me in case of my customized debugApp stack.Ross Coundon
05/30/2022, 7:47 PMKlaus
05/30/2022, 7:51 PMRoss Coundon
05/30/2022, 7:53 PMKlaus
05/30/2022, 7:57 PMsst remove somehow.Ross Coundon
05/30/2022, 7:58 PMFrank
Frank
sst remove debug-stack is probably the most intuitive way to do it.Klaus
05/31/2022, 9:52 AMStack sa-4761-dev-ewings-debug-stack is not found in your app. even though it's declared in index.ts as shown above)Frank
debug-stack is actually not part of the app. It’s actually a separate standalone CDK app with just the debug stack in it.Frank
--debug-stack flag to sst remove in v1.2.13. You can run sst remove --debug-stack to remove just the debug stack.