cli
cli copied to clipboard
The official command line client for Cloud Foundry
## Description of the Change This PR adds a `make generate-fakes` target to generate the fakes of the non-legacy code and uses it to update the fakes. ## Why Is...
## Description of the Change For the "services" command: In case of multiple service bindings per (service instance guid, app guid), eliminate duplicate app names in the "bound apps" section....
## Description of the Change For the "services" command: In case of multiple service bindings per (service instance guid, app guid), eliminate duplicate app names in the "bound apps" section....
## Description of the Change Enhance "service" command to display information for multiple service bindings. Example output for a service that is bound to 3 apps 2 times each: ```...
## Description of the Change Enhance "service" command to display information for multiple service bindings. Example output for a service that is bound to 3 apps 2 times each: ```...
**Please fill out the issue checklist below and provide ALL the requested information.** - [X] I reviewed open and closed github issues that may be related to my problem. -...
## Description of the Change Enhancement for [rfc-0040-service-binding-rotation](https://github.com/cloudfoundry/community/blob/main/toc/rfc/rfc-0040-service-binding-rotation.md#cf-cli). Add parameter `strategy` to `bind-service` command. Allowed values are `single` (default) and `multiple`. With `multiple`, the CLI sends and additional parameter `"strategy":...
## Description of the Change Enhancement for [rfc-0040-service-binding-rotation](https://github.com/cloudfoundry/community/blob/main/toc/rfc/rfc-0040-service-binding-rotation.md#cf-cli). Add parameter `strategy` to `bind-service` command. Allowed values are `single` (default) and `multiple`. With `multiple`, the CLI sends and additional parameter `"strategy":...
**What's the user value of this research request?** The CLI Plugin interface has not been upgraded for multiple years. The technology has changed, so we should reconsider how plugins can...
**Please fill out the issue checklist below and provide ALL the requested information.** - [x] I reviewed open and closed github issues that may be related to my problem. -...