-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevbox.json
More file actions
37 lines (37 loc) · 772 Bytes
/
devbox.json
File metadata and controls
37 lines (37 loc) · 772 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
35
36
37
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.10.6/.schema/devbox.schema.json",
"packages": [
"curl@latest",
"less@latest",
"groff@latest",
"dnsutils@latest",
"netcat@latest",
"tcpdump@latest",
"wget@latest",
"kubectl@latest",
"kubectx@latest",
"mtr@latest",
"rclone@latest",
"mariadb-client@latest",
"vim@latest",
"pv@latest",
"jq@latest",
"ncdu@latest",
"tmux@latest",
"iperf3@latest",
"awscli2@latest",
"terraform@latest",
"terragrunt@latest",
"dive@latest"
],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}