2024-07-21 10:27:40 +00:00
|
|
|
{
|
|
|
|
"$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",
|
2024-07-25 15:42:08 +00:00
|
|
|
"kubernetes-helm@latest",
|
2024-12-22 20:11:02 +00:00
|
|
|
"tflint@latest",
|
2024-12-22 21:18:55 +00:00
|
|
|
"age@latest",
|
|
|
|
"tenv@latest",
|
2025-01-05 20:48:17 +00:00
|
|
|
"gomplate@latest",
|
|
|
|
"just@latest"
|
2024-07-21 10:27:40 +00:00
|
|
|
],
|
2024-08-31 17:48:38 +00:00
|
|
|
"env": {
|
|
|
|
"TFENV_AUTO_INSTALL": "true"
|
|
|
|
},
|
2024-07-21 10:27:40 +00:00
|
|
|
"shell": {
|
2025-01-05 20:48:17 +00:00
|
|
|
"init_hook": [],
|
|
|
|
"scripts": {}
|
2024-07-21 10:27:40 +00:00
|
|
|
}
|
|
|
|
}
|