2024-07-21 10:27:40 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json",
|
|
|
|
"packages": [
|
|
|
|
"opentofu@latest",
|
|
|
|
"kubectl@latest",
|
|
|
|
"cilium-cli@latest",
|
|
|
|
"kubelogin-oidc@latest",
|
|
|
|
"talosctl@latest",
|
2024-07-25 15:42:08 +00:00
|
|
|
"kubernetes-helm@latest",
|
|
|
|
"tflint@latest"
|
2024-07-21 10:27:40 +00:00
|
|
|
],
|
|
|
|
"shell": {
|
|
|
|
"init_hook": [
|
|
|
|
"echo 'Welcome to devbox!' > /dev/null"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
|
|
|
"echo \"Error: no test specified\" && exit 1"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|