0.1.5 • Published 10 years ago

hubot-fabric v0.1.5

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

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.
0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago