Skip to content

Samze/appenvs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppEnvs

A simple Cloud Foundry CLI plugin written in Go that exports application environment variables locally.

Usage

$ cf appenv APP_NAME
export VCAP_SERVICES='...'
export VCAP_APPLICATION='...'

Features

  • VCAP_SERVICE support
  • VCAP_APPLCATION support
  • USER DEFINED Variable support (TODO)

Installation

Install the plugin:

git clone https://github.com/Samze/appenvs.git
cd appenvs

go build
cf plugin-install appenv 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published