Pivotal/Cloud Foundry/CLI
From r00tedvw.com wiki
(Difference between revisions)
(→Mac OSX (High Sierra)) |
|||
| Line 8: | Line 8: | ||
<nowiki>~$ brew tap cloudfoundry/tap | <nowiki>~$ brew tap cloudfoundry/tap | ||
~$ brew install cf-cli</nowiki> | ~$ brew install cf-cli</nowiki> | ||
| + | For good measure you should install git if you have not. | ||
| + | <nowiki>~$ brew install git</nowiki> | ||
Revision as of 15:49, 15 May 2018
Cloud Foundry | Cloud Foundry CLI
Installing CF CLI
Mac OSX (High Sierra)
First start by installing homebrew package manager
~$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Tap the Cloud Foundry repo and install CF CLI
~$ brew tap cloudfoundry/tap ~$ brew install cf-cli
For good measure you should install git if you have not.
~$ brew install git