1.3.4 • Published 8 years ago

serverless-plugin-stack-outputs v1.3.4

Weekly downloads
1,504
License
MIT
Repository
-
Last release
8 years ago

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

1.3.4

8 years ago

1.3.3

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.2.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago