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-push` for service instance level destinations #44

Closed micellius closed 3 years ago

micellius commented 3 years ago

Description

Current implementation of html5-plugin allows to push applications with app-push -d, which created subaccount level destinations. It should be possible to push applications and create service instance level destinations as well.

The proposed syntax for the command may be

cf html5-push -di <destination_service_instance_name>

Qualities of Change