Answers for "gcloud cli current project"

0

gcloud set project

gcloud auth list
* account 1
  account 2

# change the project's account if not
gcloud config set account `ACCOUNT`

#Depending on the account, the project list will be different:
gcloud projects list

- project 1
- project 2...

#Switch to intended project:
gcloud config set project `PROJECT ID`
Posted by: Guest on January-21-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language