On my work laptop, i have gcloud configured with our prod projects. when i do gcloud config configurations list
, I get only one row in result, which is ACTIVE and it's my work-project.
Now for some personal testing, I have created a separate project which is associated with my personal email id. How would i configure/connect this project with my gcloud cli?
I have tried
gcloud auth application-default login
which opened the browser, i signed in using personal email id. The webpage showed meOK
and the console never changed.I have also tried
gcloud auth login <personal_email_id>@gmail.com
and got the same result.
So how can i connect my personal google projects to the same gcloud which is connected to my work-prod projects. Is it even possible?