212478/how-to-change-the-project-in-gcp-using-cli-commands
How can I switch the active project in my GCP (Google Cloud Platform) account to a different project using cli commands rather than manually doing gcloud init? The projects that are active on my account are listed in the gcloud projects list. I want to use a cli command to switch the active project to any other project in the list.
gcloud config set project $MY_PROJECT_ID #=> Updated property [core/project].
You may also set the environment variable $CLOUDSDK_CORE_PROJECT
Hi@akhtar, If you configured GCP SDK in your ...READ MORE
Hi@akhtar, You need to configure GCP SDK in ...READ MORE
Hi@akhtar, The gcloud config set command sets the specified ...READ MORE
The special accounts associated with a project are called the Service Accounts. The ...READ MORE
For a specific organization, folder, or project, ...READ MORE
In App Engine we have limited facility ...READ MORE
The name server provided is private and ...READ MORE
There is no direct method to change ...READ MORE
It's been noted by the commenters that ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.