22 lines
462 B
JSON
22 lines
462 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json",
|
|
"packages": [
|
|
"kubectl@latest",
|
|
"cilium-cli@latest",
|
|
"kubelogin-oidc@latest",
|
|
"talosctl@latest",
|
|
"kubernetes-helm@latest",
|
|
"tflint@latest",
|
|
"age@latest",
|
|
"tenv@latest",
|
|
"gomplate@latest",
|
|
"just@latest"
|
|
],
|
|
"env": {
|
|
"TFENV_AUTO_INSTALL": "true"
|
|
},
|
|
"shell": {
|
|
"init_hook": [],
|
|
"scripts": {}
|
|
}
|
|
}
|