CF Version v6.15.0
Installers
- Debian 32 bit
- Debian 64 bit
- Redhat 32 bit
- Redhat 64 bit
- Mac OS X 64 bit
- Windows 32 bit
- Windows 64 bit
Binaries
- Linux 32 bit binary
- Linux 64 bit binary
- Mac OS X 64 bit binary
- Windows 32 bit binary
- Windows 64 bit binary
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
optioncreate-route
now accepts the human-readable--hostname
option in addition to short-n
option to set the hostnamecreate-route
now clarifies in the help that the--hostname
option is required for shared domainsdelete-route
now accepts the human-readable--hostname
option in addition to short-n
option to set the hostnamedelete-route
now allows specifying a path in a route using a new--path
optionmap-route
now allows specifying a path in a route using a new--path
optionmap-route
now accepts the human-readable--hostname
option in addition to short-n
option to set the hostnameunmap-route
now allows specifying a path in a route using a new--path
optionunmap-route
now accepts the human-readable--hostname
option in addition to short-n
option to set the hostnamedelete-route
now allows specifying a path in a route using a new--path
optiondelete-route
now accepts the human-readable--hostname
option in addition to short-n
option to set the hostnameroutes
now includes the path of a routepush
now allows specifying a path in a route using a new--path
optionpush
now accepts the human-readable--hostname
option in addition to short-n
option to set the hostnamepush -p
supports specifying a symlink to the directory containing the files to push (#693)ssh
now keeps its connection open when idleconfig
andcurl
now display the human-readable options consistently with double hyphens in the OPTIONS section of the help textfiles
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:
- CF Doctor Plugin: https://github.com/emirozer/cf-doctor-plugin
- Firehose Plugin: http://github.com/cloudfoundry/firehose-plugin