File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- VERSION =v0.0.4
1+ VERSION =v0.0.5
22OUT_DIR =dist
33
44CLI_NAME? =cf
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ VERSION=$(curl --silent "https://api.github.com/repos/codefresh-io/cli-v2/releas
77curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/$VERSION /cli-v2-linux-amd64.tar.gz | tar zx
88
99# move the binary to your $PATH
10- mv ./cli-v2- * /usr/local/bin/cli-v2
10+ mv ./cf- * /usr/local/bin/cf
1111
1212# check the installation
13- cli-v2 version
13+ cf version
1414```
1515
1616### Mac
@@ -22,8 +22,8 @@ VERSION=$(curl --silent "https://api.github.com/repos/codefresh-io/cli-v2/releas
2222curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/$VERSION /cli-v2-darwin-amd64.tar.gz | tar zx
2323
2424# move the binary to your $PATH
25- mv ./cli-v2- * /usr/local/bin/cli-v2
25+ mv ./cf- * /usr/local/bin/cf
2626
2727# check the installation
28- cli-v2 version
28+ cf version
2929```
You can’t perform that action at this time.
0 commit comments