SAP / cf-html5-apps-repo-cli-plugin

Cloud Foundry CLI plugin to work with SAP Cloud HTML5 Applications Repository
Apache License 2.0
43 stars 5 forks source link

Support `html5-list` for service instance level destinations #43

Closed micellius closed 3 years ago

micellius commented 3 years ago

Description

Current implementation of html5-plugin allows to list applications of app-host instances available via subaccount level destinations. It should be possible to list also applications of app-host instances available via service instance level destinations.

The proposed syntax for the command may be

cf html5-list -di <destination_service_instance_name>

Qualities of Change