1.0.0 • Published 7 years ago

node-elasticbeanstalk v1.0.0

Weekly downloads
22
License
MIT
Repository
-
Last release
7 years ago

node-elasticbeanstalk Build Status

This is an opinionated bunch of Elastic Beanstalk tools.

As the official Elastic Beanstalk Command Line Interface (EB CLI), it helps you to deploy and manage your AWS Elastic Beanstalk applications and environments from the command line.

It also provides a convenient API so that you can manage them programmatically.

This repository is managed as a monorepository and it's composed of the following npm packages:

PackageVersion
node-elasticbeanstalk-deploynpm
node-elasticbeanstalk-listnpm
node-elasticbeanstalk-terminatenpm

Of course in order to use these tools you need an AWS account and to configure your credentials. Also the AWS region has to be configured from the AWS_REGION environment variable or given as a parameter.

License

MIT © Alexis Kofman