hubot-fabric
v0.1.5
Published
Execute Fabric tasks from Hubot
Downloads
2
Maintainers
Readme
hubot-fabric
Execute Fabric tasks from Hubot.
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.