An open API service indexing awesome lists of open source software.

https://github.com/rhdeck/serverless-switch

Switch between deployed stacks in a serverless monorepo
https://github.com/rhdeck/serverless-switch

Last synced: over 1 year ago
JSON representation

Switch between deployed stacks in a serverless monorepo

Awesome Lists containing this project

README

          

# Usage
```bash
serverless-switch [options] [stackname]
```
Switch to a different stack
# Options
* -p --p \<`path`> Working Path (default: `.`)
* -s --stage \<`stage`> New Stage (dev, staging, production)
* -b --base Use the name of current directory (serverless-switch) as base name
* --skip-setup Skip the setup process after changing the name