cf-html5-apps-repo-cli-plugin icon indicating copy to clipboard operation
cf-html5-apps-repo-cli-plugin copied to clipboard

Cloud Foundry CLI plugin to work with SAP Cloud HTML5 Applications Repository

Results 15 cf-html5-apps-repo-cli-plugin issues
Sort by recently updated
recently updated
newest added

### Description I have created a simple SAP UI5 app using standalone approuter, made some UI changes and used cf html5-push -r uimodule/webapp command to deploy the UI changes. Terminal...

### Description command "cf html5-list" never ends with plugin version 1.4.7 If I add DEBUG=2, I see that the plugin is constantly querying the same end point forever. If I...

bug

### Description The `arm64` processors become more and more popular among developers and become an option in several CI/CD environments. To use `html5-plugin` in these environments, currently the only option...

enhancement

### Description Cloud Foundry allows to configure custom certificates to be used for it's endpoints (e.g. private cloud or regulated market deployment). In some cases, the certificate chain may include...

enhancement

### Description #### Actual Running `cf html5-list -a` deletes service binding of Cloud Foundry application. #### Expected When `html5-plugin` reuses existing service key or binding and not creates new one...

bug

### Description I have deployed the application using MTA and done the ``` cf undeploy ``` then i try to run the command ``` cf html5-delete -d -n demohelium-* ```...

On the command line I have these names for the destinations ![image](https://user-images.githubusercontent.com/9791364/156579796-b3cb1642-ef4c-46e9-a480-b93c5ead2490.png) In BTP I have these names ![html5-reositiry](https://user-images.githubusercontent.com/9791364/156583071-4870023b-d29c-4fbf-b426-4b4a0b396d30.png) He is using BTP destination. It shouldn't be the same destination,...

question

### Description cf html5-push guid removes all other apps from repository What is the expected behavior? Only one app should be pushed and all others should remain intact. What is...

enhancement

### Description I have deployed the application using cf html5-push then i try to delete using ``` cf html5-delete -d -n * ``` it is not getting deleted. if i...

### Description When I use ` cf html5-push -n cloud-everywhere-html5-host .` to push my sample app in the repo, the CLI tells me the push was successful. However, the web...

bug