1.0.8 • Published 5 years ago

bridge-deploy v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
5 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

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago