1
1
### Installed Applications:
2
- * Argo CD [ v2.1.3] ( https://github.com/codefresh-io/argo-cd/releases/tag/v2.1.3 )
3
- * Argo CD ApplicationSet Controller [ v0.2.0] ( https://github.com/argoproj-labs/applicationset/releases/tag/v0.2.0 )
4
- * Argo Events [ v1.4.0] ( https://github.com/argoproj/argo-events/releases/tag/v1.4.0 )
5
- * Argo Rollouts [ v1.1.0] ( https://github.com/argoproj/argo-rollouts/releases/tag/v1.1.0 )
6
- * Argo Workflows [ v3.1.8] ( https://github.com/argoproj/argo-workflows/releases/tag/v3.1.8 )
2
+
3
+ - Argo CD [ v2.1.3] ( https://github.com/codefresh-io/argo-cd/releases/tag/v2.1.3 )
4
+ - Argo CD ApplicationSet Controller [ v0.2.0] ( https://github.com/argoproj-labs/applicationset/releases/tag/v0.2.0 )
5
+ - Argo Events [ v1.4.0] ( https://github.com/argoproj/argo-events/releases/tag/v1.4.0 )
6
+ - Argo Rollouts [ v1.1.0] ( https://github.com/argoproj/argo-rollouts/releases/tag/v1.1.0 )
7
+ - Argo Workflows [ v3.1.8] ( https://github.com/argoproj/argo-workflows/releases/tag/v3.1.8 )
7
8
8
9
### Using brew:
10
+
9
11
``` bash
10
12
# tap Codefresh homebrew repo
11
13
brew tap codefresh-io/cli
@@ -18,9 +20,10 @@ cf version
18
20
```
19
21
20
22
### Linux
23
+
21
24
``` bash
22
25
# download and extract the binary
23
- curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.163 /cf-linux-amd64.tar.gz | tar zx
26
+ curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.164 /cf-linux-amd64.tar.gz | tar zx
24
27
25
28
# move the binary to your $PATH
26
29
mv ./cf-linux-amd64 /usr/local/bin/cf
@@ -30,9 +33,10 @@ cf version
30
33
```
31
34
32
35
### Mac
36
+
33
37
``` bash
34
38
# download and extract the binary
35
- curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.163 /cf-darwin-amd64.tar.gz | tar zx
39
+ curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.164 /cf-darwin-amd64.tar.gz | tar zx
36
40
37
41
# move the binary to your $PATH
38
42
mv ./cf-darwin-amd64 /usr/local/bin/cf
0 commit comments