84836/how-to-change-the-project-in-gcp-using-cli-command
Hi Guys,
I have configured the GCP SDK in my local system. I want to change the project in GCP from the command line. How can I do that?
Hi@akhtar,
If you configured GCP SDK in your system properly, then you can list down all the projects using the below command.
$ gcloud projects list
Now you can switch to your project to use the services.
$ gcloud config set project my-project
gcloud config set project $MY_PROJECT_ID #=> Updated property [core/project]. You ...READ MORE
Hi@akhtar, The gcloud config set command sets the specified ...READ MORE
For a specific organization, folder, or project, ...READ MORE
The special accounts associated with a project are called the Service Accounts. The ...READ MORE
Hi@akhtar, To install the Google Cloud SDK on ...READ MORE
Hi@akhtar, To deploy your app on App Engine, ...READ MORE
Hi@akhtar, GCP shell has a command named gcloud. ...READ MORE
Hi@akhtar, You need to add the billing account ...READ MORE
Hi@akhtar, You need to configure GCP SDK in ...READ MORE
Hi@akhtar, You can check your accounts from the ...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.