Skip to content

kalarrs/serverless-stage-selection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published