-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevbox.json
33 lines (33 loc) · 959 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
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.11.0/.schema/devbox.schema.json",
"packages": {
"github:budimanjojo/talhelper/v3.0.19": "",
"argocd": "2.14.2",
"cilium-cli": "0.16.24",
"doppler": "3.72.0",
"go-task": "3.41.0",
"git": "2.48.1",
"kubeconform": "0.6.7",
"kyverno": "1.13.4",
"nodePackages.prettier": "3.5.2",
"talosctl": "1.9.4",
"terraform": "1.11.0",
"natscli": "0.1.6",
"kubernetes-helm": "3.17.1"
},
"env": {
"KCL_LIB_HOME": "${DEVBOX_PROJECT_ROOT}/.devbox/kcl/lib",
"KCL_PKG_PATH": "${DEVBOX_PROJECT_ROOT}/.devbox/kcl/kpm",
"KCL_CACHE_PATH": "${DEVBOX_PROJECT_ROOT}/.devbox/kcl/cache",
"KCL_FAST_EVAL": "1",
"KPM_FEATURE_GATES": "SupportMVS=true"
},
"shell": {
"init_hook": [
"mkdir -p $KCL_LIB_HOME",
"mkdir -p $KCL_PKG_PATH",
"mkdir -p $KCL_CACHE_PATH",
"echo 'Welcome to devbox!' > /dev/null"
]
}
}