Releases: codefresh-io/cli-v2
Releases · codefresh-io/cli-v2
v0.0.26
Installed Applications:
- Argo CD v2.0.4
- Argo CD ApplicationSet Controller 2c62537a8e5a
- Argo Events v1.4.0
- Argo Rollouts v1.0.2
- Argo Workflows v3.1.1
Linux
# download and extract the binary
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.26/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.26/cf-darwin-amd64.tar.gz | tar zx
# move the binary to your $PATH
mv ./cf-* /usr/local/bin/cf
# check the installation
cf version
v0.0.25
Installed Applications:
- Argo CD v2.0.4
- Argo CD ApplicationSet Controller 2c62537a8e5a
- Argo Events v1.4.0
- Argo Rollouts v1.0.2
- Argo Workflows v3.1.1
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
v0.0.24
Installed Applications:
- Argo CD v2.0.4
- Argo CD ApplicationSet Controller 2c62537a8e5a
- Argo Events d403c441bc1d
- Argo Rollouts v1.0.2
- Argo Workflows v3.1.1
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
v0.0.23
Installed Applications:
- Argo CD v2.0.4
- Argo CD ApplicationSet Controller 2c62537a8e5a
- Argo Events d403c441bc1d
- Argo Rollouts v1.0.2
- Argo Workflows v3.1.1
Linux
# download and extract the binary
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.21/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.21/cf-darwin-amd64.tar.gz | tar zx
# move the binary to your $PATH
mv ./cf-* /usr/local/bin/cf
# check the installation
cf version
v0.0.21
Installed Applications:
- Argo CD v2.0.4
- Argo CD ApplicationSet Controller 2c62537a8e5a
- Argo Events d403c441bc1d
- Argo Rollouts v1.0.2
- Argo Workflows v3.1.1
Linux
# download and extract the binary
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.21/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.21/cf-darwin-amd64.tar.gz | tar zx
# move the binary to your $PATH
mv ./cf-* /usr/local/bin/cf
# check the installation
cf version
v0.0.20
Installed Applications:
- Argo CD v2.0.4
- Argo CD ApplicationSet Controller 2c62537a8e5a
- Argo Events d403c441bc1d
- Argo Rollouts v1.0.2
- Argo Workflows v3.1.1
Linux
# get the latest version or change to a specific version
VERSION=$(curl --silent "https://api.github.com/repos/codefresh-io/cli-v2/releases/latest" | grep '"tag_name"' | sed -E 's/.*"([^"]+)".*/\1/')
# download and extract the binary
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/$VERSION/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
# get the latest version or change to a specific version
VERSION=$(curl --silent "https://api.github.com/repos/codefresh-io/cli-v2/releases/latest" | grep '"tag_name"' | sed -E 's/.*"([^"]+)".*/\1/')
# download and extract the binary
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/$VERSION/cf-darwin-amd64.tar.gz | tar zx
# move the binary to your $PATH
mv ./cf-* /usr/local/bin/cf
# check the installation
cf version
v0.0.19
Linux
# get the latest version or change to a specific version
VERSION=$(curl --silent "https://api.github.com/repos/codefresh-io/cli-v2/releases/latest" | grep '"tag_name"' | sed -E 's/.*"([^"]+)".*/\1/')
# download and extract the binary
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/$VERSION/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
# get the latest version or change to a specific version
VERSION=$(curl --silent "https://api.github.com/repos/codefresh-io/cli-v2/releases/latest" | grep '"tag_name"' | sed -E 's/.*"([^"]+)".*/\1/')
# download and extract the binary
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/$VERSION/cf-darwin-amd64.tar.gz | tar zx
# move the binary to your $PATH
mv ./cf-* /usr/local/bin/cf
# check the installation
cf version
v0.0.18
Linux
# get the latest version or change to a specific version
VERSION=$(curl --silent "https://api.github.com/repos/codefresh-io/cli-v2/releases/latest" | grep '"tag_name"' | sed -E 's/.*"([^"]+)".*/\1/')
# download and extract the binary
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/$VERSION/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
# get the latest version or change to a specific version
VERSION=$(curl --silent "https://api.github.com/repos/codefresh-io/cli-v2/releases/latest" | grep '"tag_name"' | sed -E 's/.*"([^"]+)".*/\1/')
# download and extract the binary
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/$VERSION/cf-darwin-amd64.tar.gz | tar zx
# move the binary to your $PATH
mv ./cf-* /usr/local/bin/cf
# check the installation
cf version
v0.0.17
Linux
# get the latest version or change to a specific version
VERSION=$(curl --silent "https://api.github.com/repos/codefresh-io/cli-v2/releases/latest" | grep '"tag_name"' | sed -E 's/.*"([^"]+)".*/\1/')
# download and extract the binary
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/$VERSION/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
# get the latest version or change to a specific version
VERSION=$(curl --silent "https://api.github.com/repos/codefresh-io/cli-v2/releases/latest" | grep '"tag_name"' | sed -E 's/.*"([^"]+)".*/\1/')
# download and extract the binary
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/$VERSION/cf-darwin-amd64.tar.gz | tar zx
# move the binary to your $PATH
mv ./cf-* /usr/local/bin/cf
# check the installation
cf version
v0.0.16
Linux
# get the latest version or change to a specific version
VERSION=$(curl --silent "https://api.github.com/repos/codefresh-io/cli-v2/releases/latest" | grep '"tag_name"' | sed -E 's/.*"([^"]+)".*/\1/')
# download and extract the binary
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/$VERSION/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
# get the latest version or change to a specific version
VERSION=$(curl --silent "https://api.github.com/repos/codefresh-io/cli-v2/releases/latest" | grep '"tag_name"' | sed -E 's/.*"([^"]+)".*/\1/')
# download and extract the binary
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/$VERSION/cf-darwin-amd64.tar.gz | tar zx
# move the binary to your $PATH
mv ./cf-* /usr/local/bin/cf
# check the installation
cf version