92598/how-to-set-the-project-property-in-the-core-section-in-gcp
Hi Guys,
I have one project in GCP Cloud. I want to set the project property in the core section with the command line. How can I do that?
Hi@akhtar,
The gcloud config set command sets the specified property in your active configuration only. To set the project property in the core section, you can run the below command.
$ gcloud config set project myProject
gcloud config set project $MY_PROJECT_ID #=> Updated property [core/project]. You ...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
No, you can't use both Native Mode ...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 can enable new services to your ...READ MORE
Hi@akhtar, If you configured GCP SDK in your ...READ MORE
Hi@akhtar, You need to configure GCP SDK in ...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.