mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-05 17:44:44 +00:00
Rename gotk binary to flux
Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
parent
9916a53761
commit
e2752e4508
168 changed files with 767 additions and 887 deletions
|
|
@ -1,7 +1,7 @@
|
|||
builds:
|
||||
- <<: &build_defaults
|
||||
binary: gotk
|
||||
main: ./cmd/gotk
|
||||
binary: flux
|
||||
main: ./cmd/flux
|
||||
ldflags:
|
||||
- -s -w -X main.VERSION={{ .Version }}
|
||||
env:
|
||||
|
|
@ -37,16 +37,16 @@ archives:
|
|||
files:
|
||||
- none*
|
||||
brews:
|
||||
- name: gotk
|
||||
- name: flux
|
||||
tap:
|
||||
owner: fluxcd
|
||||
name: homebrew-tap
|
||||
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
|
||||
folder: Formula
|
||||
homepage: "https://toolkit.fluxcd.io/"
|
||||
description: "GitOps Toolkit CLI"
|
||||
description: "Flux CLI"
|
||||
dependencies:
|
||||
- name: kubectl
|
||||
type: optional
|
||||
test: |
|
||||
system "#{bin}/gotk --version"
|
||||
system "#{bin}/flux --version"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue