forked from sidpalas/devops-directive-kubernetes-course
-
Notifications
You must be signed in to change notification settings - Fork 0
/
devbox.json
39 lines (39 loc) · 913 Bytes
/
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
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.10.7/.schema/devbox.schema.json",
"packages": [
"civo@latest",
"envsubst@latest",
"gh@latest",
"go@latest",
"go-task@latest",
"path:gcloud#google-cloud-sdk",
"gum@latest",
"jq@latest",
"k9s@latest",
"kind@latest",
"kluctl@latest",
"ko@latest",
"kubectl@latest",
"kubectx@latest",
"kubernetes-helm@latest",
"kustomize@latest",
"oras@latest",
"nodejs_20@latest",
"poetry@latest",
"python312@latest",
"tilt@latest",
"yq-go@latest",
"act@latest",
"kubent@latest"
],
"shell": {
"init_hook": [
"export GOBIN=$(git rev-parse --show-toplevel)/bin",
"export PATH=$GOBIN:$PATH",
"go install sigs.k8s.io/[email protected]"
],
"scripts": {
"test": ["echo \"Error: no test specified\" && exit 1"]
}
}
}