github cloudfoundry/cli v6.15.0
CF Version v6.15.0

latest releases: v8.7.10, v7.7.10, v8.7.9...
8 years ago

Installers

Binaries

Change Log

Routes with Paths

Various commands have been enhanced to allow you to set a path for your route. This allows you to map a route with a path (e.g. myapp.example.com/foo) to your app.
This feature requires the target CF release to be v218 (CC API v2.36.0) or higher.

Updated Translations

IBM has contributed translations for all CLI help text and messages in 9 languages: de_DE, es_ES, fr_FR, it_IT, ja_JP, ko_KR, pt_BR, zh_Hans and zh_Hant.
We are brainstorming on ways to keep them up to date. Until that's worked out, you may find new or updated messages untranslated. We welcome PRs for this.

Updated Commands

  • create-route now allows specifying a path in a route using a new --path option
  • create-route now accepts the human-readable --hostname option in addition to short -n option to set the hostname
  • create-route now clarifies in the help that the --hostname option is required for shared domains
  • delete-route now accepts the human-readable --hostname option in addition to short -n option to set the hostname
  • delete-route now allows specifying a path in a route using a new --path option
  • map-route now allows specifying a path in a route using a new --path option
  • map-route now accepts the human-readable --hostname option in addition to short -n option to set the hostname
  • unmap-route now allows specifying a path in a route using a new --path option
  • unmap-route now accepts the human-readable --hostname option in addition to short -n option to set the hostname
  • delete-route now allows specifying a path in a route using a new --path option
  • delete-route now accepts the human-readable --hostname option in addition to short -n option to set the hostname
  • routes now includes the path of a route
  • push now allows specifying a path in a route using a new --path option
  • push now accepts the human-readable --hostname option in addition to short -n option to set the hostname
  • push -p supports specifying a symlink to the directory containing the files to push (#693)
  • ssh now keeps its connection open when idle
  • config and curl now display the human-readable options consistently with double hyphens in the OPTIONS section of the help text
  • files now documents in its help that it only supports apps running on the DEA backend, and fails with a clear message when the backend is Diego (#724)
  • All commands that print a table (e.g. apps, routes) now correctly align the table headers containing non-latin characters (e.g. Japanese) (#723)

Updated Plugins:

Don't miss a new cli release

NewReleases is sending notifications on new releases.