diff --git a/.tool-versions b/.tool-versions index 01a7c7394..95492f1e3 100644 --- a/.tool-versions +++ b/.tool-versions @@ -9,3 +9,4 @@ kind 0.17.0 kubectl 1.27.4 pre-commit 3.3.3 tilt 0.33.3 +gcloud 445.0.0 diff --git a/Makefile b/Makefile index eefd78927..172a70643 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,7 @@ plugin_install: ## install asdf plugins @asdf plugin add kubectl https://github.com/asdf-community/asdf-kubectl.git || true @asdf plugin add pre-commit https://github.com/jonathanmorley/asdf-pre-commit.git || true @asdf plugin add tilt https://github.com/virtualstaticvoid/asdf-tilt.git || true + @asdf plugin add gcloud https://github.com/jthegedus/asdf-gcloud.git || true plugin_uninstall: ## uninstall asdf plugins @asdf plugin remove argocd || true @@ -53,6 +54,7 @@ plugin_uninstall: ## uninstall asdf plugins @asdf plugin remove kubectl || true @asdf plugin remove pre-commit || true @asdf plugin remove tilt || true + @asdf plugin remove gcloud || true asdf_install: plugin_install ## install all plugins and packages present in .tool-versions file @asdf install