Pivotal/Cloud Foundry/CLI
From r00tedvw.com wiki
(Difference between revisions)
(Created page with "Cloud Foundry | Cloud Foundry CLI =Installing CF CLI= ==Mac OSX (High Sierra)== First start by installing homebrew pac...") |
(→Mac OSX (High Sierra)) |
||
| Line 4: | Line 4: | ||
==Mac OSX (High Sierra)== | ==Mac OSX (High Sierra)== | ||
First start by installing homebrew package manager | First start by installing homebrew package manager | ||
| − | <nowiki>/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"</nowiki> | + | <nowiki>~$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"</nowiki> |
| + | Tap the Cloud Foundry repo and install CF CLI | ||
| + | <nowiki>~$ brew tap cloudfoundry/tap | ||
| + | ~$ brew install cf-cli</nowiki> | ||
Revision as of 15:43, 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