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 6 forks source link

Allow to use service instance name instead of app-host-id in all commands #11

Closed micellius closed 5 years ago

micellius commented 5 years ago

Description

All commands that accept app-host-id as unnamed parameter, should also support service instance name of plan app-host instead, using --name in front of it. The order of passing named parameters should not matter any more. Parameters --name and app-host-id should be mutually exclusive.

To stay backward compatible, html5-info need to support service instance name with and without --name in front of it.

Qualities of Change