File tree 2 files changed +5
-5
lines changed
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
2
2
OUT_DIR =dist
3
3
4
4
CLI_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
7
7
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/$VERSION /cli-v2-linux-amd64.tar.gz | tar zx
8
8
9
9
# move the binary to your $PATH
10
- mv ./cli-v2- * /usr/local/bin/cli-v2
10
+ mv ./cf- * /usr/local/bin/cf
11
11
12
12
# check the installation
13
- cli-v2 version
13
+ cf version
14
14
```
15
15
16
16
### Mac
@@ -22,8 +22,8 @@ VERSION=$(curl --silent "https://api.github.com/repos/codefresh-io/cli-v2/releas
22
22
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/$VERSION /cli-v2-darwin-amd64.tar.gz | tar zx
23
23
24
24
# move the binary to your $PATH
25
- mv ./cli-v2- * /usr/local/bin/cli-v2
25
+ mv ./cf- * /usr/local/bin/cf
26
26
27
27
# check the installation
28
- cli-v2 version
28
+ cf version
29
29
```
You can’t perform that action at this time.
0 commit comments