How to install the CLI v6
Get the Installer or Binaries
The Cloud Foundry Github repositories provides installers and packages of the latest versions of the go cli.
Installers and packages are available for OS X, Windows, Debian and Redhat.
Manual installation
Install the client on Linux
1) Download the binary
2) Extract the archive
3) Make the binary available in your PATH or move the unpacked binary to a destination already available in the PATH variable:
$> sudo mv [your-download-dir]/cf /usr/local/bin/cf
$> chmod +x /usr/local/bin/cf
Install the client on Mac OSX
1) Download the binary
2) Extract the archive
3) Make the binary available in your PATH or move the unpacked binary to a destination already available in the PATH variable:
$> sudo mv [your-download-dir]/cf /usr/local/bin/cf
$> chmod +x /usr/local/bin/cf
Install the client on Windows (without installer)
1) Download the exe file.
2) Extract the archive
3) Copy the exe file into c:/windows
Install the client on Windows (with installer)
1) Download the installer.
2) Extract the archive
3) Start the installation exe (cf_installer.exe) and follow the instruction
*and other Cloud Foundry providers
-
On Mac OS X, you can also use Homebrew to install cloudfoundry-cli: `brew install cloudfoundry-cli`
0 -
Homebrew installs version 6.1.1 which is not working for me. I had to use the version described above...
0 -
We recommend to use the manual installation for installing version 6.1.2 . The version in the homebrew archives is outdated at the moment.
0 -
works for me:
$ brew tap pivotal/tap
$ brew install cloudfoundry-cli
0
Please sign in to leave a comment.
Comments
4 comments