cli
cli copied to clipboard
The official command line client for Cloud Foundry
## Command - `cf push` - but could be extended to any command on an app that changes state (`cf restart`, `cf restage`, `cf map-route`, `unmap-route`, `set-env`, `start`, `stop`, `run-task`)...
## Description of the Change - Avoid flakyness due to time it takes to bind a service
This issue is a more direct reopen of https://github.com/cloudfoundry/cli/issues/785 most all of the things I requests in https://github.com/cloudfoundry/cli/issues/785 appear to be getting addressed in the v3 set of commands except...
## Command cf ALL_COMMANDS when mutual TLS is enabled on cloud foundry side, and client certificate is a MUST. ## What occurred TLS handshake fails because `cf` cli can't provide...
Some tasks, performed by the CLI such as those involved in `cf push`, involve starting a job, then polling for completion, or more generally for a change of state, until...
When I run `cf logs` I rarely only want "any logs from now on" - typically I want previous logs and any future logs. Could we provide this? That `cf...
## Command cf push APPNAME ## What occurred When you're an Org Manager or a Space Manager and you push an app without giving yourself Space Developer permission, you get...
## Command Instance broker-registrar/8204884a-dd89-407a-9e1c-4e797ad998e7 Exit Code 1 Stdout CF_API_URL=https://api.sys.lighttaupe.cf-app.com CF_SKIP_SSL_VALIDATION=true CF_ADMIN_USERNAME=admin BROKER_NAME=p-mysql BROKER_URL=https://p-mysql.sys.lighttaupe.cf-app.com:443 BROKER_USERNAME=blahblahblah Setting api endpoint to https://api.sys.lighttaupe.cf-app.com... OK api endpoint: https://api.sys.lighttaupe.cf-app.com api version: 2.98.0 Not logged in. Use...
**Please provide details on the following items. Failure to do so may result in deletion of your feature request.** `cf domain` works like `cf service` **What's the user value of...
I was trying out a non-English locale and noticed that all the CLI plugins I had installed did not have French. I'd never thought of supporting different locales in my...