hubot-cf

Some useful Cloud Foundry scripts for hubot


Keywords
cloudfoundry, cloud, vcap, status
License
Apache-2.0
Install
npm install hubot-cf@0.0.7

Documentation

Hubot Cloud Foundry helpers

Adds a number of (hopefully) helpful Cloud Foundry-related status commands to hubot

Commands:

Return Cloud Foundry Core information about the specified API endpoint

hubot cf-core <API endpoint>        

Return information about the status of cloudfoundry.com (via the Status blog)

hubot cf-status

Return the most recent tweet from the @cloudfoundry Twitter account

hubot cf-tweet

(more commands coming soon)

Installation:

npm module method

In your deployed hubot directory:

npm install hubot-cf

Add 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"]

Add dependencies to your hubot package.json file (check the scripts for the ones required).

Run hubot as normal, and the scripts should become available.

License:

Apache 2: http://www.apache.org/licenses/LICENSE-2.0.html

References:

Love it/hate it/ideas?

Tweet @andypiper or open an issue on the Github Issue Tracker.