Please fill out the issue checklist below and provide ALL the requested information.
Describe the bug and the command you saw an issue with
Provide details on what you were trying to do (and why).
I tried to get the url of a html5 app from the html5 repo using the cf cli command as pointed out in https://help.sap.com/docs/bas/developing-html5-application/run-your-deployed-html5-application?locale=en-US.
I have installed the plugin for html5 repo.
I executed the following:
cf html5-list -di <my-destination-service-name> -u
What happened
A clear and concise description of what happen.
I received the following cli output:
Getting list of HTML5 applications available via destinations in org <my-org-name> / space <my-space-name> as <my-acount-email>...
panic: runtime error: index out of range [1] with length 1
goroutine 1 [running]:
cf-html5-apps-repo-cli-plugin/commands.(*HTML5Command).GetHTML5Context(0x1657960, {{0xc000018180, 0x15}, {0xc00018c090, 0x15}, {0xc0001c0510, 0x24}, {0xc0000163e0, 0xc}, {0xc00001a570, ...}})
go/src/cf-html5-apps-repo-cli-plugin/commands/html5_base_command.go:272 +0x176a
cf-html5-apps-repo-cli-plugin/commands.(*ListCommand).ListDestinationApps(0x1657960, {0x205a97eed, 0x1375aa1}, 0x1, {0x0, 0x0})
go/src/cf-html5-apps-repo-cli-plugin/commands/html5_list_command.go:207 +0x3e5
cf-html5-apps-repo-cli-plugin/commands.(*ListCommand).Execute(0x1657960, {0xc0000921b0, 0x3, 0x3})
go/src/cf-html5-apps-repo-cli-plugin/commands/html5_list_command.go:161 +0xd3b
main.(*HTML5Plugin).Run(0x1372128, {0x13fd370, 0xc000186190}, {0xc0000921a0, 0x4, 0x4})
go/src/cf-html5-apps-repo-cli-plugin/html5_plugin.go:46 +0x23d
cf-html5-apps-repo-cli-plugin/vendor/github.com/cloudfoundry/cli/plugin.Start({0x13f22a8, 0x1688570})
go/src/cf-html5-apps-repo-cli-plugin/vendor/github.com/cloudfoundry/cli/plugin/plugin_shim.go:30 +0x2d8
main.main()
go/src/cf-html5-apps-repo-cli-plugin/html5_plugin.go:68 +0x27
Expected behavior
A clear and concise description of what you expected to happen.
an output and no go error.
Exact Steps To Reproduce
Steps to reproduce the behavior; include the exact CLI commands and verbose output:
see above
Provide more context
- platform and shell details
- version of the CLI you are running
cf version 8.17.0+7ea11c1.2025-11-19
- version of the CC API Release you are on
Please fill out the issue checklist below and provide ALL the requested information.
CF_TRACE=1to help debug the issue.Describe the bug and the command you saw an issue with
Provide details on what you were trying to do (and why).
I tried to get the url of a html5 app from the html5 repo using the cf cli command as pointed out in https://help.sap.com/docs/bas/developing-html5-application/run-your-deployed-html5-application?locale=en-US.
I have installed the plugin for html5 repo.
I executed the following:
What happened
A clear and concise description of what happen.
I received the following cli output:
Expected behavior
A clear and concise description of what you expected to happen.
an output and no go error.
Exact Steps To Reproduce
Steps to reproduce the behavior; include the exact CLI commands and verbose output:
see above
Provide more context
cf version 8.17.0+7ea11c1.2025-11-19