node-elasticbeanstalk
v1.0.0
Published
AWS Elastic Beanstalk tools
Downloads
39
Readme
node-elasticbeanstalk
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:
| Package | Version |
|--------|-------|
| node-elasticbeanstalk-deploy
| |
| node-elasticbeanstalk-list
| |
| node-elasticbeanstalk-terminate
| |
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