I am trying to customize a Cloud Foundry buildpack and wanted to know if (within the buildpack) is it possible to obtain the Org and Space the application is being being pushed to?
Asked
Active
Viewed 60 times
1 Answers
1
You can check this documentation here: https://docs.cloudfoundry.org/devguide/deploy-apps/environment-variable.html
Acessing the VCAP_APPLICATION env variable you can obtain the several useful attributes related to the application (e.g., space).

gsmachado
- 197
- 8