File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- VERSION =v0.0.250
1+ VERSION =v0.0.251
22
33OUT_DIR =dist
44YEAR? =$(shell date +"% Y")
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ cf version
2323
2424``` bash
2525# download and extract the binary
26- curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.250 /cf-linux-amd64.tar.gz | tar zx
26+ curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.251 /cf-linux-amd64.tar.gz | tar zx
2727
2828# move the binary to your $PATH
2929mv ./cf-linux-amd64 /usr/local/bin/cf
@@ -36,7 +36,7 @@ cf version
3636
3737``` bash
3838# download and extract the binary
39- curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.250 /cf-darwin-amd64.tar.gz | tar zx
39+ curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.251 /cf-darwin-amd64.tar.gz | tar zx
4040
4141# move the binary to your $PATH
4242mv ./cf-darwin-amd64 /usr/local/bin/cf
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ require (
2121 github.com/juju/ansiterm v0.0.0-20210929141451-8b71cc96ebdc
2222 github.com/manifoldco/promptui v0.8.0
2323 github.com/mattn/go-colorable v0.1.12 // indirect
24- github.com/rkrmr33/checklist v0.0.4
24+ github.com/rkrmr33/checklist v0.0.5
2525 github.com/segmentio/backo-go v1.0.0 // indirect
2626 github.com/sirupsen/logrus v1.8.1
2727 github.com/spf13/cobra v1.1.3
Original file line number Diff line number Diff line change @@ -1141,8 +1141,8 @@ github.com/rivo/tview v0.0.0-20200219210816-cd38d7432498/go.mod h1:6lkG1x+13OShE
11411141github.com/rivo/uniseg v0.1.0 /go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc =
11421142github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY =
11431143github.com/rivo/uniseg v0.2.0 /go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc =
1144- github.com/rkrmr33/checklist v0.0.4 h1:MDroz5lyYgbT2aLLwdL13jUemBYdiDbHYTOo5j3YMgo =
1145- github.com/rkrmr33/checklist v0.0.4 /go.mod h1:vQPxctCjlua2BbcfyIqoZ6TH1takWvqEgsrwMw4GIyM =
1144+ github.com/rkrmr33/checklist v0.0.5 h1:qOzCyo0iLbGIM0CEirHbyIcYjMUXl4bY7XP5UbRsboU =
1145+ github.com/rkrmr33/checklist v0.0.5 /go.mod h1:vQPxctCjlua2BbcfyIqoZ6TH1takWvqEgsrwMw4GIyM =
11461146github.com/robfig/cron v1.1.0 /go.mod h1:JGuDeoQd7Z6yL4zQhZ3OPEVHB7fL6Ka6skscFHfmt2k =
11471147github.com/robfig/cron v1.2.0 h1:ZjScXvvxeQ63Dbyxy76Fj3AT3Ut0aKsyd2/tl3DTMuQ =
11481148github.com/robfig/cron v1.2.0 /go.mod h1:JGuDeoQd7Z6yL4zQhZ3OPEVHB7fL6Ka6skscFHfmt2k =
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 namespace : " {{ namespace }}"
66spec :
77 defVersion : 1.0.1
8- version : 0.0.250
8+ version : 0.0.251
99 bootstrapSpecifier : github.com/codefresh-io/cli-v2/manifests/argo-cd
1010 components :
1111 - name : events
You can’t perform that action at this time.
0 commit comments