forked from sidpalas/devops-directive-github-actions-course
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevbox.json
More file actions
34 lines (34 loc) · 716 Bytes
/
devbox.json
File metadata and controls
34 lines (34 loc) · 716 Bytes
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
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.15.0/.schema/devbox.schema.json",
"packages": [
"go-task@latest",
"civo@latest",
"act@latest",
"gh@latest",
"gum@latest",
"yq-go@latest",
"jq@latest",
"ko@latest",
"kluctl@latest",
"kubectl@latest",
"kubectx@latest",
"kubernetes-helm@latest",
"kustomize@latest",
"python312@latest",
"go@1.19",
"poetry@latest",
"nodejs_20@latest",
"namespace-cli@latest",
"gnused@latest"
],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}