CF version v6.2.0
CF version v6.2.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
##########
Internationalize the CLI
The Cloud Foundry CLI added support for translating CLI output into other languages. While the support has been added, many of these languages have not been translated. Please refer to the i18n ReadMe located under the cf/i18n
directory for more information and how to help with the translation process.
[Finishes #70551274, #71441196, #72633034, #72633034, #72633036, #72633038, #72633042, #72633044, #72633056, #72633062, #72633064, #72633066, #72633068, #72633070, #72633074, #72633080, #72633084, #72633086, #72633088, #72633090, #72633090, #72633096, #72633100, #72633102, #72633112, #72633116, #72633118, #72633126, #72633128, #72633130]
Additional tickets needed for supporting internationalization:
[Finishes #70551274, #71347218, #71441196, #71594662, #71801388, #72250906, #72543282, #72543404, #72543994, #72548944, #72633064, #72633108, #72663452, #73216920, #73351056, #73351056]
'purge-service-offering' should fail if the request fails
[Finishes #73009140]
Pretty print JSON for cf curl
[Finishes #71425006]
CURL output can be directed to file via parameter --output
.
[Finishes #72659362]
Fix a source of flakiness in start
The problem here was that we made it possible for the error returned by the api to be ignored if the staging timeout is set to an incredibly short duration.
Moving the error check outside of the for loop is just crazy enough to work.
[Finishes #71778246]
Add build date time to the --version
message, cf --version
now reports ISO 8601 date
This is the date-time that the binary was built in our CI environment
[Finishes #71446932]
Show system environment variables with cf env
The biggest change here is that we are also expecting to return the VCAP_SERVICES hash. Realistically we'll only ever get this if the change that the services team recently made to CloudController is actually present.
We believe that returning these two objects separately is the best bet for now. The VCAP_SERVICES hash will be pretty printed, but the user hash will not be (for the time being).
[Finishes #71250896]
Fix double confirm prompt bug
[Finishes #70960378]
Fix create-buildpack from local directory
[Finishes #70766292]
Gateway respects user-defined Async timeout
[Finishes #71039042]
Bump async timeout to 10 minutes
[Finishes #70242130]
Trace should also respect the user config setting
[Finishes #71045364]
Add a 'cf config' command
Currently only allows setting the timeout for async requests to Cloud Controller, but we anticipate adding more soon.
[Finishes #70242276]
Add a hook for setting color from the config
Uses --color value to enable/disable/ignore coloring
[Finishes #71045474, #68903282]
Add config --trace flag
[Finishes #68903318]
Pivotal Tap for Homebrew installs (Experimental)
Previously, the CLI could be installed via the central homebrew repository. Recently the restrictions placed on the formula in that became too onerous to continue hosting it there. The formula is now hosted in the Pivotal Tap. This change updates the documentation with instructions on how to add the Pivotal Tap and install the CLI from it.
This method for installing CLI is experimental and subject to change in the future.