You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 2, 2022. It is now read-only.
As a .NET Developer, I would like to be able to retrieve the environment info (eg: VCAP_APPLICATION and VCAP_SERVICES) from an application instance running in Pivotal Cloud Foundry and apply it to my local instance in a non-static way.
Possibly implemented as an on-demand command like st mimic <app-name-on-pcf> or as an msbuild task -- either of which could populate a file that then needs to be included in app configuration
As a .NET Developer, I would like to be able to retrieve the environment info (eg:
VCAP_APPLICATION
andVCAP_SERVICES
) from an application instance running in Pivotal Cloud Foundry and apply it to my local instance in a non-static way.Possibly implemented as an on-demand command like
st mimic <app-name-on-pcf>
or as an msbuild task -- either of which could populate a file that then needs to be included in app configurationhttps://stackoverflow.com/questions/52919309/is-it-possible-to-initialize-net-core-non-pcf-deployed-application-with-values/52972109
The text was updated successfully, but these errors were encountered: