It adds the missing endpoint GET /v3/apps/:guid/environment_variables.
Does this PR introduce a breaking change?
No.
Acceptance Steps
On a running Korifi instance push an app, set a env variable (via cf set-env), get the app guid and then run the cf curl /v3/apps/:guid/environment_variables command. It should output something similar to:
Is there a related GitHub Issue?
Fixes #2332
What is this change about?
It adds the missing endpoint GET /v3/apps/:guid/environment_variables.
Does this PR introduce a breaking change?
No.
Acceptance Steps
On a running Korifi instance push an app, set a env variable (via cf set-env), get the app guid and then run the
cf curl /v3/apps/:guid/environment_variables
command. It should output something similar to: