November 2017
Beginner to intermediate
306 pages
7h 43m
English
For Mac OS X users, you can use the Homebrew package manager. Homebrew bills itself as the missing package manager for OS X.
$ brew tap cloudfoundry/tap$ brew install cf-cli
For Debian - and Ubuntu-based Linux distributions:
# ...first add the Cloud Foundry Foundation public key and package repository to your system $ wget -q -O - https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key | sudo apt-key add - echo "deb http://packages.cloudfoundry.org/debian stable main" | sudo tee ...
Read now
Unlock full access