New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

eb-deploy

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eb-deploy

Deploy Elastic Beanstalk projects from the command line

latest
Source
npmnpm
Version
0.6.2
Version published
Maintainers
1
Created
Source

eb-deploy

Deploy websites to Elastic Beanstalk from the command line.

Installation

npm install -g eb-deploy

Usage

eb-deploy will deploy the project in the current working directory to Elastic Beanstalk.

This tool is exposed as a command line program. See the information below for an explanation:

Usage: eb-deploy [options]

Options:

-h, --help                    output usage information
-V, --version                 output the version number
-a, --accessKeyId <key>       Set AWS Access Key
-s, --secretAccessKey <key>   Set AWS Secret Access Key
-r, --region <region>         Set AWS Region [eu-west-1]
-A, --applicationName <name>  The name of your Elastic Beanstalk Application
-e, --environment <name>      Which environment should this application be deployed to?
-b, --bucketName <name>       The name of the *existing* S3 bucket to store your version
-B, --branch <name>           The branch that should be used to generate the archive [master]

Examples

Deploy to an Elastic Beanstalk Instance

eb-deploy \
  --accessKeyId=<access-key> \
  --secretAccessKey=<secret-access-key> \
  --region=eu-west-1 \
  --applicationName=My Application \
  --environment=my-application-dev \
  --bucketName=archiveStorage \
  --branch=master \
  /

Keywords

elastic

FAQs

Package last updated on 14 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts