CF version v6.11.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
- Added version checking to login.
cf target
now checks for minimum CLI version.- auth command prompts user to update cli version
- associate stack with an app in
cf app
- Added Min CLI and Reecommended CLI version numbers to config.
- Print out the "not authorized" error returned from CC when creating service keys
- Merge pull request #385 from xingzhou/service_key - Add 'create-service-key' command in cli
- godeps - remove loggregator_consumer
- use noaa to tail logs/get recent logs
- use noaa instead of loggregator_consumer when getting recent logs
- Add 'create-service-key' command in cli
- populate Args() and accept form in '-flag=value'
- flag parsing: int, bool, string
- allows multiple domains in app manifest
- add domains field to manifest
- update help text: buildpack 'null/default' usage
- language files for command cups help
- Show blank last operation if the CC returns null last_operation in API response
- windows help example for command cups
- return correct error when unable to create config
- manifest.yml now supports
no-hostname
field - bump candiedyaml version
- improve help text examples for
cf login
- Added way to put user in org's space with 'cf target -o ORG' command if there is only one space
cf target with [-o] flag will internally target org's space if there is only one space . - better error message when tmp dir does not exist while not load language files
- --guid flag for command stack
- new command
stack
- Make OrgReq and SpaceReq creation concurrency-safe for plugins.
- closes client rpc connection
app
command gets metric directly from loggregator for diego app- noaa api library for diego app metric and fakes
- wrapper for noaa and fakes for tests
- add diego flag to app model
- read doppler endpoint from manifest
- populate doppler endpoint from loggreator endpoint
- fixes problem with plugin calling CLI concurrently
- fixes ApplicationRequirement 404 error
- uses app.guid within route object to unmap routes
- Prevent updating service plans when the CC is less than v191.
- Plugin can call CoreCliCommands upon uninstalling
- send
CLI-MESSAGE-UNINSTALL
to plugin upon uninstalling - Fixed OK message formatting in enable-service-access.
- Changed service instance commands to yellow (CommandColor).
- bubble up any error when zipping up files during push
- Added accepts_incomplete=true param to delete service instance.
- Updated text output when deleting services instances asynchronously.
- Updated text output when updating services instances asynchronously.
- Updated text output of cf create-service.
- Fix 'cf routes'output should be scoped to org and grouped by space