Tracked
- NPM Downloads Last Month
- 2269
- Issues
- 0
- Stars
- 0
- Forks
- 0
- Watchers
- 0
Displays stack outputs for your serverless stacks
Install the package:
npm install serverless-plugin-stack-outputs
Add it to your plugin list in serverless.yml
:
plugins:
- serverless-plugin-stack-outputs
And it will automagically work.
Whenever you call info
or deploy
with the --verbose
option, the stack outputs will be appended:
sls info --verbose
sls deploy --verbose
You can also get just the stack outputs directly via:
sls info outputs