serverless-plugin-stack-outputs
v1.3.4
Published
Plugin for the SLS 1.x that outputs all stack outputs
Downloads
18
Readme
serverless-plugin-stack-outputs
Displays stack outputs for your serverless stacks
Installation
Install the package:
npm install serverless-plugin-stack-outputsAdd it to your plugin list in serverless.yml:
plugins:
- serverless-plugin-stack-outputsAnd it will automagically work.
Usage
Whenever you call info or deploy with the --verbose option, the stack outputs will be appended:
sls info --verbose
sls deploy --verboseYou can also get just the stack outputs directly via:
sls info outputsExample

