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
- Host: GitHub
- URL: https://github.com/rhdeck/serverless-switch
- Owner: rhdeck
- License: mit
- Created: 2020-10-07T17:21:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-07T21:02:38.000Z (over 5 years ago)
- Last Synced: 2025-01-22T00:35:32.418Z (over 1 year ago)
- Language: JavaScript
- Size: 83 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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