0.0.7 • Published 13 years ago
hubot-cf v0.0.7
Hubot Cloud Foundry helpers
Adds a number of (hopefully) helpful Cloud Foundry-related status commands to hubot
Commands:
Return CF Core information about the specified API endpoint
hubot cf core <API endpoint>(more commands coming soon)
Installation:
Script method
curl|wget https://github.com/andypiper/hubot-cf/raw/master/src/scripts/cf.coffee to your hubot installation's scripts directory.
npm module method
In your deployed hubot directory:
npm install hubot-cfAdd an entry for hubot-cf to the external-scripts.json file (you may need to create this file if it is not present):
["hubot-cf"]… and run hubot as normal.
License:
Apache 2: http://www.apache.org/licenses/LICENSE-2.0.html