Skip to content

svdgraaf/serverless-plugin-stack-outputs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverless-plugin-stack-outputs

Displays stack outputs for your serverless stacks

Installation

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.

Usage

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

Example

Example

About

Displays stack outputs for your serverless stacks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published