How can i change the current running project to another project in GCP (Google Cloud Platform) account using cli commands other than using
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.
gcloud projects list
gcloud set project --project=PROJECT_ID