cloudfoundry / cloudfoundry/cloud_controller_ng
Missing version/application_version in cf env output
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 207
- Forks
- 373
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 56
Description
Hi,
When I run cf env , I get the following environment details:
{
"application_id": "...",
"application_name": "...",
"application_uris": ["...", "..."],
"cf_api": "...",
"limits": {
"fds": ...
},
"name": "...",
"organization_id": "...",
"organization_name": "...",
"space_id": "...",
"space_name": "...",
"uris": ["...", "..."],
"users": null
}
According to your documentation, I was expecting to see a version or application_version field included in this output. Has this field been removed, or is there a known issue that could be causing it not to appear?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking the documentation referenced in the issue against the response from the cf env <app-name> entry point, then trace where that response is assembled. Done means either the documented version or application_version field is returned consistently, or the documentation accurately reflects the intended output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100