The GA'd v7 cf CLI binary is named cf7
, and there is a symlink from cf
-> cf7
.
The GA'd v8 cf CLI binary is named cf8
, and there is a symlink from cf
-> cf8
.
Workflows that require switching between different versions of CLI can be scripted to accommodate utilizing binaries of the same name on a single computer.
Below you'll find instructions for each of the package managers we support.
Switching CLI versions Using Brewbrew install cf-cli@7
brew install cf-cli@8
brew unlink cf-cli@8 && brew unlink cf-cli@7 && brew link cf-cli@7 && cf version
brew unlink cf-cli@7 && brew unlink cf-cli@8 && brew link cf-cli@8 && cf version
We're working on a robust soluiton that will faciliate more seamless switching via these package managers, but for now you must uninstall one version of the CLI and install the other version of the CLI to switch between them.
sudo yum remove cf7-cli && sudo yum install cf8-cli && cf version
sudo apt-get remove cf7-cli && sudo apt-get install cf8-cli && cf version
sudo yum remove cf8-cli && sudo yum install cf7-cli && cf version
sudo apt-get remove cf8-cli && sudo apt-get install cf7-cli && cf version
The following is a simple approach:
PATH
so it points to the binary for the version of the CLI you need to run:
export PATH=/path/to/your/v7-or-v8/binary/:$PATH
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4