Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hubot-elasticbeanstalk

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-elasticbeanstalk

A hubot script to manage AWS Elastic Beanstalk applications

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

hubot-elasticbeanstalk

A hubot script to manage AWS Elastic Beanstalk applications

See files in the src/ folder for full documentation.

Installation

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.

In hubot project repo, run:

npm install hubot-elasticbeanstalk --save

Then add hubot-elasticbeanstalk to your external-scripts.json:

[
  "hubot-elasticbeanstalk"
]

Sample Interaction

user1>> hubot eblist
hubot>> Fetching ...
Application Name:
     my-wonderful-app
Environments:
     dev
         currentVersion: app-161202_041400
         cname: dev.eu-west-1.elasticbeanstalk.com
         lastUpdate: Fri Dec 02 2016 04:26:24 GMT+0100 (CET)
         status: Ready

NPM Module

https://www.npmjs.com/package/hubot-elasticbeanstalk

Keywords

FAQs

Package last updated on 06 Jan 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc