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?