1.0.8 • Published 6 years ago

bridge-deploy v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

bridge-deploy

bridge-deploy is a node-cli based tool for deploying AWS Elastic Beanstalk and Lambda functions.

Usage

npm install bridge-deploy --global

Arguments:

LongShortRequiredExampleDescription
--config-ctrue-c ./config.js -c /User/myUsername/config.jsThe path to configuration file
--env-etruedev,prod,pre-prodThe AWS environment type, should match the one in ~/.aws/credentials file
--beanstalk-bfalse-bIf set, Elastic Beanstalk server code will be updated.
--lambda-lfalse-lIf set, Lambda functions code will be updated.

Example:

bridge-deploy -c ./config.js -env dev -b -l
1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago