cloudfoundry-community / node-cfenv

easy access to your Cloud Foundry application environment for node
Apache License 2.0
73 stars 20 forks source link

add a cli tool to launch local app with VCAP_SERVICES from cf app #4

Closed pmuellr closed 7 years ago

pmuellr commented 9 years ago

To make life easier when running apps locally, it would be nice to have a cli tool which you could use to launch an app, and have the VCAP_SERVICES env var from the app running in Cloud Foundry set in the local launch.

Basic idea is this:

pmuellr commented 9 years ago

current work in branch cf-env-launch

srl295 commented 9 years ago

// cc @ryanj

pmuellr commented 7 years ago

After seeing this again after ~2 years, seems like it's good fodder for a separate npm package, rather than including it here. Pretty much has nothing to do with what cfenv does today.

Closing, but could be convinced to re-open with a good argument for it.

srl295 commented 7 years ago

Makes sense