0.13.5 • Published 2 years ago
@berenddeboer/nx-sst v0.13.5
nx-sst
An Nx plugin which provides support for Serverless Stack (SST) apps. Copied from otterdev-io/plugins and adapted for SST v2.
Add the plugin to your workspace:
npm install @berenddeboer/nx-sst
Create a typescript sst app:
nx g @berenddeboer/nx-sst:app <app name>
All SST commands are supported.
To see all options:
npx nx g @berenddeboer/nx-sst:app --help
Local debugging
For example, if your project is named app:
nx run app:dev
or nx dev app
Deploy
nx run app:deploy
Deploy to a stage
nx run app:deploy --stage=production
0.11.0
2 years ago
0.12.0
2 years ago
0.13.0
2 years ago
0.13.1
2 years ago
0.13.2
2 years ago
0.13.3
2 years ago
0.13.4
2 years ago
0.13.5
2 years ago
0.10.0
2 years ago
0.10.1
2 years ago
0.9.0
2 years ago
0.10.2
2 years ago
0.8.0
2 years ago
0.7.0
2 years ago
0.6.1
2 years ago
0.6.0
2 years ago
0.5.0
2 years ago
0.4.0
2 years ago
0.3.0
2 years ago
0.2.1
2 years ago
0.2.0
2 years ago
0.1.0
2 years ago