Just used `npx sst add-cdk` when I had a bunch of...
# help
d
Just used
npx sst add-cdk
when I had a bunch of packages set to
1.124.0
and it installed a bunch at
1.125.0
1. Just realized I don’t know a way to check with CDK version SST’s version is at short of hunting down SST’s package.json 2. Should a tool like
npx sst add-cdk
not take into account version mismatches between what you might have installed vs CDK latest vs SST latest and let you know of any anomalies?
t
Typically I use sst update to go to the next version
Fixes all mismatches
We should fix addcdk as well
d
right… but I didn’t realize there even was an update. 😄