Skip to content

cf v6.0.0

Compare
Choose a tag to compare
@tjarratt tjarratt released this 02 Feb 04:24

cf v6 is the next version of the Cloud Foundry command line client.

If you've been using the beta releases, the final release of v6 includes three of the most requested features: native installers on all major platforms (links below), cf curl (at last), and support for manifests. cf push with a manifest has two notable caveats:

  1. cf v6 no longer creates services from the manifest, however it will bind to existing services. Update your manifest like so:
---
services:
- service_1
- service_2
  1. Symbols such as $random-word and $target-base, as well as any other custom DSLs, are not currently supported.

Documentation is the final stages of completion -- links to come. In the meantime, use cf help to see a list of commands or append -h to any individual command to see its help.