Skip to content

Commit 61b276d

Browse files
authored
ref: deprecate gcloud (#224)
1 parent 46198c2 commit 61b276d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

devenv/lib/gcloud.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ def uninstall(binroot: str) -> None:
6868

6969

7070
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+
7175
binroot = fs.ensure_binroot(reporoot)
7276

7377
if (

0 commit comments

Comments
 (0)