Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

bridge-deploy

davitbadalyan1ISC1.0.8

Application for interacting with AWS.

readme

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:

Long Short Required Example Description
--config -c true -c ./config.js
-c /User/myUsername/config.js
The path to configuration file
--env -e true dev,
prod,
pre-prod
The AWS environment type, should match the one in ~/.aws/credentials file
--beanstalk -b false -b If set, Elastic Beanstalk server code will be updated.
--lambda -l false -l If set, Lambda functions code will be updated.

Example: shell session bridge-deploy -c ./config.js -env dev -b -l