Skip to content

v0.2.5

Compare
Choose a tag to compare
@cf-ci-bot-v2 cf-ci-bot-v2 released this 09 Apr 12:28
· 2 commits to main since this release
fe8f725

Using brew:

# tap Codefresh homebrew repo
brew tap codefresh-io/cli

# install cf2 CLI
brew install cf2

# check the installation
cf version

Linux

# download and extract the binary
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.2.1/cf-linux-amd64.tar.gz | tar zx

# move the binary to your $PATH
mv ./cf-linux-amd64 /usr/local/bin/cf

# check the installation
cf version

Mac

# download and extract the binary
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.2.1/cf-darwin-amd64.tar.gz | tar zx

# move the binary to your $PATH
mv ./cf-darwin-amd64 /usr/local/bin/cf

# check the installation
cf version