sheluchin / hubot-fabric

Execute Fabric tasks from Hubot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hubot-fabric

Execute Fabric tasks from Hubot.

Build Status

Installation

In hubot project repo, run:

npm install hubot-fabric --save

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

["hubot-fabric"]

Documentation

See src/fabric.coffee for full documentation.

Sample Interaction

user1>> hubot fabric -Hhost.example.com uptime
hubot>> exited: 0
[localhost] Executing task 'uptime'
[localhost] run: uptime
[localhost] out:  18:43:04 up 10 days, 10:51,  1 user,  load average: 0.04, 0.08, 0.09

Done.
Disconnecting from localhost... done.

About

Execute Fabric tasks from Hubot


Languages

Language:CoffeeScript 86.5%Language:JavaScript 9.7%Language:Shell 3.8%