我使用命令创建了一个新的配置文件:
gcloud init
现在我不知道如何切换到旧的配置文件而不覆盖它。
使用gcloud config
I can't switch to another configuration 只能设置当前配置的属性。
任何想法?
我使用命令创建了一个新的配置文件:
gcloud init
现在我不知道如何切换到旧的配置文件而不覆盖它。
使用gcloud config
I can't switch to another configuration 只能设置当前配置的属性。
任何想法?
您可以通过以下方式查看您的配置(通过 gcloud init 创建)
gcloud config configurations list
您可以通过以下方式切换到不同的配置
gcloud config configurations activate MY_OLD_CONFIG
激活后即可
gcloud config list
查看其设置。
您也可以通过运行在不激活的情况下执行此操作
gcloud config list --configuration CONFIGURATION_NAME
我为需要定期执行此操作的任何人编写了一个小型 Bash 工具:https ://github.com/uhinze/gconf
列出配置:gconf
要切换到不同的配置:gconf <CONFIG>
然后切换到以前的配置(在使用 2 时很有帮助):gconf -