0.0.13 • Published 8 years ago

hubot-cf-convenience v0.0.13

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
8 years ago

Build Status Coverage Status Dependency Status npm

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.

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago