-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathdevbox.json
More file actions
30 lines (30 loc) · 778 Bytes
/
Copy pathdevbox.json
File metadata and controls
30 lines (30 loc) · 778 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
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
"packages": [
"nushell@0.112.2",
"kubernetes-helm@3.20.2",
"git@2.53.0",
"vals@0.44.0",
"yq-go@4.53.2",
"kubectl-tree@0.6.0",
"kind@0.31.0",
"kubectl@1.36.0",
"awscli2@2.34.24",
"hadolint@2.14.0",
"gh@2.92.0",
"jq@1.8.1"
],
"shell": {
"init_hook": [
"export PATH=\"$HOME/.local/bin:$PATH\"",
"[ -n \"$USE_VALS\" ] && eval \"$(vals env -export -f .env.vals.yaml)\" || true",
"[ -f .env ] && source .env || true"
],
"scripts": {
"agent": ["claude --continue"],
"agent-new": ["claude"],
"agent-tester": ["claude"],
"agent-medium": ["claude --model sonnet"]
}
}
}