-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdevbox.json
53 lines (53 loc) · 1.13 KB
/
devbox.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"packages": [
"actionlint@latest",
"chart-testing@latest",
"clusterctl@latest",
"coreutils@latest",
"crane@latest",
"envsubst@latest",
"findutils@latest",
"gh@latest",
"ginkgo@latest",
"git@latest",
"gnumake@latest",
"gnused@latest",
"go@latest",
"gojq@latest",
"golangci-lint@latest",
"golines@latest",
"gomplate@latest",
"goreleaser@latest",
"gotestsum@latest",
"helm-docs@latest",
"hugo@latest",
"kind@latest",
"ko@latest",
"kubebuilder@latest",
"kubectl@latest",
"kubernetes-controller-tools@latest",
"kustomize@latest",
"pre-commit@latest",
"rsync@latest",
"setup-envtest@latest",
"shfmt@latest",
"yamale@latest",
"yamllint@latest",
"yq-go@latest",
"path:./hack/flakes#clusterctl-aws",
"path:./hack/flakes#goprintconst",
"path:./hack/flakes#govulncheck",
"path:./hack/flakes#helm-with-plugins",
"path:./hack/flakes#release-please"
],
"shell": {
"scripts": {
"preview-docs": [
"make preview-docs"
],
"build-docs": [
"make build-docs"
]
}
}
}