
Useful GCP commands when working with multiple GCP domains
by bernt & torsten
I have recently been working on multiple Google Cloud Platform (GCP) domains, I’m not referring to GCP project I talking about different GCP Domains. I have been working with moln.co and socialclimate.tech. When working with different GCP domains, I needed to switch back and forth between the GCP domains. I have listed a few commands that are useful when you working from the command line with GCP CLI.
Authenticated with the correct account:
gcloud auth list
* account 1
account 2
Change to the project’s account if not:
gcloud config set account `ACCOUNT`
authorize gcloud to access the Cloud Platform with Google user credentials
gcloud auth login
initialize or reinitialize gcloud
gcloud init
List the project:
gcloud projects list
- project 1
- project 2...
Switch to the intended project:
gcloud config set project `PROJECT ID`
Check Active Project
gcloud config get-value project
There you have it some useful command to make sure you are on the right project, switching GCP domain – this is just a subset of commands for GCP. Here is a link to the full GCP CLI API commands

Navigating the Procrastination Pitfalls of the AI Tool Explosion
Maintaining focus and productivity is crucial in an era defined by a constant influx of AI...

The Impact of Living Abroad on Pension Eligibility and Income
Understanding how pension systems interact becomes crucial when people work across multiple...

Tech Disillusionment
For four decades, I have worked in the tech industry. I started in the 1980s when computing...