Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

andypiper/hubot-cf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Cloud Foundry helper commands for Hubot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published