How to change the project in GCP using CLI commands

前端 未结 16 1713
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-29 18:07

How can i change the current running project to another project in GCP (Google Cloud Platform) account using cli commands other than using

16条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-29 18:37

    Just use the gcloud projects list to get the project you have . Get the PROJECT_ID of the poject to use After that use gcloud set project --project=PROJECT_ID to set the project.

提交回复
热议问题