@kalarrs/serverless-stage-selection

1.0.0 • Public • Published

Serverless Stage Selection Plugin

Build Status

This plugin allows you to be prompted to select a stage before deploy or package.

How To

1. Install the plugin

npm install @kalarrs/serverless-stage-selection --save-dev

2. Add the plugin to your serverless configuration file

serverless.yml configuration example:

provider:
  name: aws
  runtime: nodejs8.10

functions:
  hello:
    handler: handler.hello
    events:
      - http: GET /hello

# Add serverless-stage-selection to your plugins:
plugins:
  - "@kalarrs/serverless-stage-selection"

License & Credits

Licensed under the MIT license.

Package Sidebar

Install

npm i @kalarrs/serverless-stage-selection

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

46.4 kB

Total Files

19

Last publish

Collaborators

  • kalarrs-sysadmin