Package Manager Installation
Installers
- Debian 64 bit / 32 bit (deb)
- Redhat 64 bit / 32 bit (rpm)
- Mac OS X 64 bit (pkg)
- Windows 64 bit / 32 bit (zip)
Binaries
Change Log
create-space (refactor) story
- modification to color text output as prescribed by our style guide
- updated error message for when a user is unauthorised to create a space
- create-space bug with cf auth and using
--client- credentials
story
OSX Binary is no longer static binary
- due to reported DNS-related issues, we've reverted the change we made in CLI
v6.36.2
to make the OSX binary a static binary story
cf app
includes the details
header
details
is added to thecf app
command table story- now the app instance displays if the app is in a
down
state story
Bug Fixes
- Fix bug where trailing slash on
cf api
would break listing commands for older CC APIs story. For older versions of CC API, if the API URL had a trailing slash, some requests would fail with an "Unknown request" error. These requests are now handled properly.