We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b71d87 commit fe776ceCopy full SHA for fe776ce
.goreleaser.yml
@@ -8,3 +8,11 @@ builds:
8
- linux
9
- darwin
10
- windows
11
+
12
+brews:
13
+ - tap:
14
+ owner: micnncim
15
+ name: kubectl-reap
16
+ folder: Formula
17
+ homepage: https://github.com/micnncim/kubectl-reap
18
+ description: kubectl plugin that deletes unused Kubernetes resources
README.md
@@ -37,6 +37,13 @@ Download precompiled binaries from [GitHub Releases](https://github.com/micnncim
37
$ kubectl krew install reap
38
```
39
40
+### Via Homebrew
41
42
+```
43
+$ brew tap micnncim/kubectl-reap https://github.com/micnncim/kubectl-reap
44
+$ brew install kubectl-reap
45
46
47
### Via Go
48
49
0 commit comments