File tree Expand file tree Collapse file tree 4 files changed +54
-1
lines changed Expand file tree Collapse file tree 4 files changed +54
-1
lines changed Original file line number Diff line number Diff line change 1- VERSION =v0.1.7
1+ VERSION =v0.0.1
22OUT_DIR =dist
33
44CLI_NAME? =cf
@@ -151,6 +151,7 @@ $(GOBIN)/mockery:
151151 @echo installing: mockery
152152 @curl -L -o dist/mockery.tar.gz -- https://github.com/vektra/mockery/releases/download/v1.1.1/mockery_1.1.1_$(shell uname -s) _$(shell uname -m) .tar.gz
153153 @tar zxvf dist/mockery.tar.gz mockery
154+ @rm dist/mockery.tar.gz
154155 @chmod +x mockery
155156 @mkdir -p $(GOBIN )
156157 @mv mockery $(GOBIN ) /mockery
Original file line number Diff line number Diff line change 99 "github.com/spf13/viper"
1010)
1111
12+ var die = util .Die
13+
1214func NewRoot () * cobra.Command {
1315 s := store .Get ()
1416
Original file line number Diff line number Diff line change 1+ ## cli-v2
2+
3+ cli-v2 is used for installing and managing codefresh installations using gitops
4+
5+ ### Synopsis
6+
7+ cli-v2 is used for installing and managing codefresh installations using gitops.
8+
9+ Most of the commands in this CLI require you to specify a personal access token
10+ for your git provider. This token is used to authenticate with your git provider
11+ when performing operations on the gitops repository, such as cloning it and
12+ pushing changes to it.
13+
14+ It is recommended that you export the $GIT_TOKEN and $GIT_REPO environment
15+ variables in advanced to simplify the use of those commands.
16+
17+
18+ ```
19+ cli-v2 [flags]
20+ ```
21+
22+ ### Options
23+
24+ ```
25+ -h, --help help for cli-v2
26+ ```
27+
28+ ### SEE ALSO
29+
30+ * [ cli-v2 version] ( cli-v2_version.md ) - Show cli version
31+
Original file line number Diff line number Diff line change 1+ ## cli-v2 version
2+
3+ Show cli version
4+
5+ ```
6+ cli-v2 version [flags]
7+ ```
8+
9+ ### Options
10+
11+ ```
12+ -h, --help help for version
13+ --long display full version information
14+ ```
15+
16+ ### SEE ALSO
17+
18+ * [ cli-v2] ( cli-v2.md ) - cli-v2 is used for installing and managing codefresh installations using gitops
19+
You can’t perform that action at this time.
0 commit comments