
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

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

A Poem: The Consultant's Message
On a Friday, cold and gray,
The message came, sharp as steel,
Not from those we...

Using AI to Plan Wall Repair and Gutter Installation
In this article, I will share my experience using AI to plan the work required to fix a wall...