hubot-hyper

Hubot script for managing hyper containers


Keywords
hubot, hubot-scripts, hyper, hubot-hyper, containers
License
MIT
Install
npm install hubot-hyper@1.0.1

Documentation

hubot-hyper-devops

Hubot script for hyper.sh devops

Dependency

  • hubot 2.19.0
  • coffee-script@^1.12.6
  • hyper client (install)
  • gntp-send (source)

Installation

Install hubot

$ sudo npm install -g yo generator-hubot

$ mkdir myhubot
$ cd myhubot
$ yo hubot

Install hubot-hyper-devops

In hubot project repo, run:

$ npm install hubot-hyper-devops --save

Then add hubot-hyper-devops to your external-scripts.json:

[
  "hubot-hyper-devops"
]

Debug

//use shell as adapter
HUBOT_LOG_LEVEL=debug  bin/hubot --name myhubot


//use slack as adapter
HUBOT_LOG_LEVEL=debug  bin/hubot --name myhubot --adapter slack