Google cloud platform 迁移到v2beta2后,gcloud compute不再可用

Google cloud platform 迁移到v2beta2后,gcloud compute不再可用,google-cloud-platform,gcloud,Google Cloud Platform,Gcloud,运行后:gcloud组件更新测试版 似乎我丢失了计算命令: gcloud-h 用法:gcloud[可选标志] 组可以是验证|测试|组件|配置| dns |预览| 话题 命令可能是docker | help | info | init |版本 我如何让compute恢复运行一些简单的事情,比如:gcloud计算图像列表——project google containers | grep container vm 我遵循以下迁移路径: 这是我的gcloud-v: Google Cloud SDK

运行后:
gcloud组件更新测试版

似乎我丢失了计算命令:


gcloud-h
用法:gcloud[可选标志]
组可以是验证|测试|组件|配置| dns |预览|
话题
命令可能是docker | help | info | init |版本

我如何让compute恢复运行一些简单的事情,比如:
gcloud计算图像列表——project google containers | grep container vm

我遵循以下迁移路径:

这是我的
gcloud-v

Google Cloud SDK 0.9.67

beta 2015.06.30
bq 2.0.18
bq-nix 2.0.18
core 2015.06.30
core-nix 2015.06.02
gcloud 2015.06.30
gcutil-msg 2015.06.09
gsutil 4.13
gsutil-nix 4.12
preview 2015.06.30
每次我运行
compute
命令时,控制台都会进入循环,直到我使用ctrl+c终止:

[gcloud _19:33:01 $]]^_^ gcloud compute -h

You do not currently have this command group installed.  Using it 
requires the installation of components: [compute]
WARNING: Component [compute] no longer exists.

All components are up to date.
Restarting gcloud command:
  $ gcloud compute -h

You do not currently have this command group installed.  Using it 
requires the installation of components: [compute]
WARNING: Component [compute] no longer exists.

All components are up to date.
Restarting gcloud command:
  $ gcloud compute -h

^C
有什么我错过的吗

干杯
Leo

在更新我的
gcloud
工具后,我遇到了相同的错误。我必须通过重新安装
gcloud
工具包来替换当前的一个,以使其正常工作。

更新
gcloud
工具后,我遇到了相同的错误。我必须通过重新安装
gcloud
工具包来替换当前的一个,以使其正常工作。

nevermind。我重新安装了gcloud:curl | bash。你知道为什么会这样吗?我不知道。我认为这是因为我之前为
gcloud compute target https代理添加了一个alpha存储库。较旧的“trusted tester”存储库与最近的gcloud版本不兼容。如果其他人遇到此问题,您应该能够通过以下操作修复它,而无需重新安装:(i)运行
gcloud组件存储库列表
,并注意打印出的存储库uri(ii)运行
gcloud组件存储库删除
(iii)运行
gcloud组件更新
。我重新安装了gcloud:curl | bash。你知道为什么会这样吗?我不知道。我认为这是因为我之前为
gcloud compute target https代理添加了一个alpha存储库。较旧的“trusted tester”存储库与最近的gcloud版本不兼容。如果其他人遇到此问题,您应该能够通过以下操作修复它,而无需重新安装:(i)运行
gcloud组件存储库列表
,并注意打印出的存储库uri(ii)运行
gcloud组件存储库删除
(iii)运行
gcloud组件更新