Skip to content

Releases: cloudfoundry/cli

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.