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
Route Services
Various commands have been enhanced to support route services.
Route services are services such as filters and content transformations for applications. Examples include rate limiting, metering, authorization, and caching.
This feature requires the target CF release to be v231 (CC API v2.51.0) or greater.
Space-Scoped Service Brokers
create-service-broker
now enables a Space Developer to create a service broker with service plans scoped to the space.
This feature requires the target CF release to be v228 (CC API v2.47.0) or greater.
New Commands
bind-route-service
allows binding of a route service instance to a routeunbind-route-service
allows unbinding of a route service instance from a route
Updated Commands
create-user-provided-service
now accepts a url to create a route servicecreate-user-provided-service
now accepts credential parameters in a JSON file (#650)update-user-provided-service
now accepts a url to create a route serviceupdate-user-provided-service
now accepts credential parameters in a JSON file (#650)curl
now supports reading HTTP request data from a file (#629)service
now also displays service tagslogin
and other commands now display a tip to check HTTP proxy settings when specific network errors occurlogin
without-o
option now returns faster on installations with many orgspush
no longer fails with an invalid query parameter error when targeting CC 2.24.0 or older (#744, #768)push
no longer fails on Windows with >260 character paths (#728)push
no longer errors when invalid path is supplied (with -p) and --no-start is specified (#733)push
now returns a better error message when failing to create a temporary file while preparing for the upload of app bits (#741)create-app-manifest
now produces a valid manifest with 'no-host' attribute for apps with routes with no host (#767)create-app-manifest
now includes the disk quota of the application in the generated manifest (#771)create-app-manifest
now includes the stack the application is deployed on in the generated manifest (#772)copy-source
to another space now works (#762)ssh-code
no longer fails when run behind a configured HTTP proxyoauth-token
now displays only the token to make it easier to embed in scripting (#752)check-route
now accepts a path without a slashcf config --locale
error message (when invalid code is specified) now displays locale codes with a hyphen as per RFC 5646 (codes with underscores are still accepted)update-buildpack
now has correct name forunlock
option in help (PR from Fabio Berchtold)api
andlogin
now display a more meaningful description for--skip-ssl-validation
optionadd-plugin-repo
now displays arguments as mandatory in usage helprepo-plugins
now displays correct usage helpinstall-plugin
now displays correct usage helpremove-plugin-repo
now displays argument correctly in usage helpdelete-space-quota
now displays missing-f
option in usage helproutes
now displays missing--org-level
option in usage helpconfig
now displays brackets around option values in usage helpdelete
anddelete-space
now display a single hyphen for short options in help- Warnings returned in the
X-Cf-Warnings
header by CC APIs are now displayed - Command help now lists options in alphabetical order (#730)
- Japanese help text updated for all commands (PR from Hiroyuki Kaneko)
Deprecated Commands
- The following commands now return an error when targeting CF v228 (CC API version 2.47.0) or greater, which removes deprecated features that these commands exposed:
migrate-service-instances
purge-service-offering
's-p
optionservice-auth-tokens
create-service-auth-token
update-service-auth-token
delete-service-auth-token
Updated & New Plugins:
- Download Droplet v1.0.1: https://github.com/krujos/download_droplet_plugin
- Doctor v1.0.2: https://github.com/emirozer/cf-doctor-plugin
- Fastpush v1.0.0: https://github.com/xiwenc/cf-fastpush-plugin