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 010e5d2 commit bec0538Copy full SHA for bec0538
.gitignore
@@ -0,0 +1 @@
1
+dist/
.goreleaser.yml
@@ -0,0 +1,19 @@
+builds:
2
+- id: kubectl-tree
3
+ main: ./cmd/kubectl-tree
4
+ binary: kubectl-tree
5
+ env:
6
+ - CGO_ENABLED=0
7
+ goos:
8
+ - darwin
9
+ - linux
10
+ goarch:
11
+ - amd64
12
+
13
+archives:
14
+- builds:
15
+ - kubectl-tree
16
+ wrap_in_directory: false
17
+ format: tar.gz
18
+ files:
19
+ - LICENSE
0 commit comments