-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathdevbox.json
37 lines (37 loc) · 989 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
{
"$schema": "https://raw.githubusercontent.com/jetpack-io/devbox/0.10.3/.schema/devbox.schema.json",
"packages": [
],
"shell": {
"init_hook": [
"task --summary bootstrap:silent"
],
"scripts": {
"configure-workstation": ["task workstation:krew"],
"download-creds": ["task nke:download-creds"],
"bootstrap": ["task bootstrap:silent"],
"reconcile": ["task flux:reconcile"],
"check-gpu": ["task ts:gpu-collect"],
"check-flux": ["task ts:flux-collect"],
"watch": ["task flux:watch"]
}
}
}