cfenv : easy access to your Cloud Foundry application environment. You can installing cfenv npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install cfenv $ sudo npm install -g cfenv
If want to update the cfenv package execute the command as below,
$ sudo npm update cfenv
Update package globally,
$ npm install -g cfenv
$ sudo git clone https://github.com/rektide/cfenv.git
$ sudo npm install -g ./cfenv
cfenv@1.0.4 /usr/lib/node_modules/cfenv
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall cfenv
Package Name | cfenv |
Version | 1.0.4 |
Description | easy access to your Cloud Foundry application environment |
Released Date | 2017-02-02T15:17:05.351Z |
Published by | pmuellr |
How to Learn | https://www.npmjs.com/package/cfenv/tutorial |