如何在 Google Cloud Platform CLI - Cloud Shell 中的配置之间切换



我通过gcloud init命令创建了多个configurations。如何在 Google Cloud Shell (CLI( 中的configurations之间切换?

您应该能够:

  • gcloud config configurations list;
  • gcloud config configurations activate ...
  • 等。

请参阅:https://cloud.google.com/sdk/gcloud/reference/config/configurations

注意除了全局更改当前配置外,您还可以显式指定每个命令的配置,例如:

gcloud [some-command] --configuration=[your-config]

相关内容

  • 没有找到相关文章

最新更新