我通过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]