We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46198c2 commit 61b276dCopy full SHA for 61b276d
1 file changed
devenv/lib/gcloud.py
@@ -68,6 +68,10 @@ def uninstall(binroot: str) -> None:
68
69
70
def install(version: str, url: str, sha256: str, reporoot: str) -> None:
71
+ print(
72
+ "!!! devenv-managed gcloud is deprecated! run `brew install --cask gcloud-cli` !!!"
73
+ )
74
+
75
binroot = fs.ensure_binroot(reporoot)
76
77
if (
0 commit comments