Skip to content

Releases: cloudfoundry/cli

cf v6 beta2

20 Dec 01:39
Compare
Choose a tag to compare
cf v6 beta2 Pre-release
Pre-release

This updated beta is for Cloud Foundry release 152 and up.

Changes:

  • many bug fixes and general flushing out of command options.
  • list commands such as gcf orgs now handle paginated api responses
  • Manifests: setting basic fields on a single application is now supported via a feature flag. Set the env var CF_MANIFEST=true to enable manifests. Once support for manifests is complete, this will no longer be necessary.

cf v6 beta

06 Nov 21:45
Compare
Choose a tag to compare
cf v6 beta Pre-release
Pre-release

The public beta of cf v6 is ready to download. During the beta period, the executable will be named gcf instead of cf. If you would prefer to completely switch to gcf now, you can use an alias to cf.

After an estimated four to six week beta period for community feedback, and once the application manifest work in cf v6 is complete, we will deprecate the Ruby cf v5 cli. At that point, cf v6 commands will be changed to use cf.

Installation instructions
Getting started overview

Run gcf help to view documentation all commands.

We're always looking for feedback (so please open issues) or fixes (so please open pull requests).

Preview release

07 Sep 00:25
Compare
Choose a tag to compare
Preview release Pre-release
Pre-release

This is a preview release of the new go-based cli tool. One of the big benefits of go is that it produces statically linked binaries that don't depend on any shared libraries - so installation is just downloading a file.

This is an early work in progress which you're welcome to try out, but realize that it's not yet a replacement for the cf gem.