Skip to content

Commit

Permalink
ci: krew index
Browse files Browse the repository at this point in the history
Signed-off-by: flavono123 <[email protected]>
  • Loading branch information
flavono123 committed Jan 30, 2025
1 parent 125d2ac commit ec83bed
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,27 @@ builds:
ldflags:
- -s -w

krews:
- name: pickdeep
ids:
- krew
commit_msg_template: "Krew plugin update for {{ .ProjectName }} version {{ .Tag }}"
homepage: "https://github.com/flavono123/kupid"
description: |-
Pick any Deep schema fields, create your own table view of Kubernetes TUI.
repository:
owner: flavono123
name: flew
branch: main

archives:
- id: krew
format: tar.gz
name_template: |-
pickdeep_{{ .Tag }}_{{ .Os }}_{{ .Arch -}}
format_overrides:
- goos: windows
format: zip
- format: tar.gz
name_template: |-
kupid_{{ .Tag }}_{{ .Os }}_{{ .Arch -}}
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

demo here after release

Pick any Deep schema fields, create your own table view Kubernetes TUI.
Pick any Deep schema fields, create your own table view of Kubernetes TUI.

## Installation

Expand All @@ -12,10 +12,13 @@ tbd

### Krew

tbd


### Go

```sh
go install github.com/flavono123/kupid/cmd/kupid@latest
```

## LIMITATION

Expand Down

0 comments on commit ec83bed

Please sign in to comment.