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
Please provide details on the following items. Failure to do so may result in deletion of your feature request.
What's the user value of this feature request?
As a cf user,
In order to discover osb metadata associated to a service offering (longDescription, documentationUrl, supportUrl) and metadata associated to plans (bullets).
I need cf cli to display them
Who is the functionality for?
App developers, Space managers
Describe the solution you'd like
cf m -e displays the service offering metadata
currently it only partially displays plan metadata, but no service offering metadata:
$ cf m -b osb-cmdb-broker-cf-z2 -e mariadb-shared-dev --show-unavailable
Getting service plan information for service offering mariadb-shared-dev from service broker osb-cmdb-broker-cf-z2 in org system_domain / space smoke-tests as xxx...
broker: osb-cmdb-broker-cf-z2
plan description free or paid costs available
10mb Shared MySQL/MariaDB Galera Cluster free EUR 0.00/Monthly yes
20mb Shared MySQL/MariaDB Galera Cluster paid EUR 0.00/Monthly yes
100mb Shared MySQL/MariaDB Galera Cluster paid EUR 0.00/Monthly yes
1gb Shared MySQL/MariaDB Galera Cluster paid EUR 0.00/Monthly yes
15gb Shared MySQL/MariaDB Galera Cluster paid EUR 0.00/Monthly yes
Describe alternatives you've considered
use cf curl and yq to extra metadata from cf api
The following example extracts from cf marketplace command the cf curl command to execute and then displays partial json output for bullets
Thank you for your patience regarding the issue you reported. We understand the importance of this matter and want to keep you informed.
We will be reviewing your ticket with our product team to assess its impact and potential next steps. Once we have their feedback, we will update you accordingly.
If you have any further questions or additional information to share in the meantime, please feel free to reach out.
Please provide details on the following items. Failure to do so may result in deletion of your feature request.
What's the user value of this feature request?
Who is the functionality for?
App developers, Space managers
Describe the solution you'd like
cf m -e displays the service offering metadata
currently it only partially displays plan metadata, but no service offering metadata:
Describe alternatives you've considered
use cf curl and yq to extra metadata from cf api
The following example extracts from cf marketplace command the cf curl command to execute and then displays partial json output for bullets
Additional context
Same previous feature request against cf v6 was tracked in #1298 and closed without being reopened for v7 or v8
The text was updated successfully, but these errors were encountered: