Coder Social home page Coder Social logo

eb-deploy's Introduction

EB Deploy

Build Status Coverage Status npm dependencies Status devDependencies Status js-semistandard-style

CLI for AWS Elastic Beanstalk deployments

Inspired by dpl.

Install

$ npm install -g @maxdome/eb-deploy

Usage

Usage: eb-deploy [options]

CLI for AWS Elastic Beanstalk deployments


Options:

  -V, --version                      output the version number
  -a, --application-name <value>     name of the Elastic Beanstalk application
  -e, --environment-name <value>     name of the Elastic Beanstalk environment
  -z, --zip-file [value]             the ZIP file that should be deployed
  -b, --bucket [value]               name of the S3 bucket to upload the ZIP file to
  -p, --bucket-path [value]          target location of the ZIP file within the S3 bucket
  -l, --version-label [value]        version label of the new app version
  -d, --version-description [value]  description of the new app version
  -r, --assume-role [value]          AWS role ARN to assume
  --only-create-app-version          only create a new app version without actually deploying it
  --ignore-existing-app-version      do not deploy an existing app version if the version with the label already exists
  --skip-wait-until-deployed         do not wait until the app is deployed
  --skip-cleanup                     skip the cleanup after the deploy
  --region [value]                   AWS region of the Elastic Beanstalk application
  --access-key-id [value]            AWS Access Key ID
  --secret-access-key [value]        AWS Secret Access Key
  --session-token [value]            AWS Session Token
  -h, --help                         output usage information

Example

eb-deploy --application-name test-application \
          --environment-name test-application-test

eb-deploy's People

Contributors

fabsrc avatar

Watchers

James Cloos avatar Balsa Bojic avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.