[google-cloud-platform] How to change the project in GCP using CLI commands

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.