Frank
#nodejs
npx create-serverless-stack@next my-sst-app
#typescript
npx create-serverless-stack@next my-sst-app --language typescript
To try the beta release in your existing project, simply update the following dependency version in your package.json
, and then run npm install
or yarn
.
"@serverless-stack/cli": "0.8.1-next.15",
"@serverless-stack/resources": "0.8.1-next.15",
This is not a break change, and the upgrade should be seamless. Let us know if you run into any issues.Michael Clifford
02/23/2021, 4:57 PMFrank