hubot-cf-convenience
v0.0.13
Published
Small collection of syntactic sugar convenience functions for cf-nodejs-client.`
Downloads
13
Readme
hubot-cf-convenience
Small collection of syntactic sugar convenience functions for cf-nodejs-client
.
Usage
This script depends on the following variables to be set in the environment:
HUBOT_BLUEMIX_API=<Bluemix API URL>
HUBOT_BLUEMIX_ORG=<Bluemix Organization>
HUBOT_BLUEMIX_SPACE=<Bluemix space>
HUBOT_BLUEMIX_USER=<Bluemix User ID>
HUBOT_BLUEMIX_PASSWORD=<Password for the Bluemix use>
You can access the primed cf with the following commands:
var cf = require('hubot-cf-convenience');
cf.promise.then(() => {
// utilize cloud foundry capabilities.
});
License
See LICENSE.txt for license information.
Contribute
Please check out our Contribution Guidelines for detailed information on how you can lend a hand.