Installed Applications:
Linux
# download and extract the binary
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.24/cf-linux-amd64.tar.gz | tar zx
# move the binary to your $PATH
mv ./cf-* /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.0.24/cf-darwin-amd64.tar.gz | tar zx
# move the binary to your $PATH
mv ./cf-* /usr/local/bin/cf
# check the installation
cf version