🚀 Enhancement
-
#410 sst diff: compare and diff local CF templates against the deployed stacks (@fwang)
You can run
sst diff
to compare the current version of stacks in your app with the already-deployed version.# Diff all stacks npx sst diff # Diff a specific stack npx sst diff api-stack
🐛 Bug Fix
📝 Documentation
Contributors:
- Amo Moloko (@AmoDinho)
Update using:
$ npm install --save --save-exact @serverless-stack/cli@0.24.0 @serverless-stack/resources@0.24.0