Difference between revisions of "Gcloud config set project"

From wikieduonline
Jump to navigation Jump to search
Line 29: Line 29:
 
* <code>[[gcloud auth login]]</code>
 
* <code>[[gcloud auth login]]</code>
 
* <code>[[gcloud config configurations list]]</code>
 
* <code>[[gcloud config configurations list]]</code>
 +
* <code>[[gcloud init]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 13:12, 28 September 2022

gcloud config set project YOUR_PROJECT_NAME_CASE_SENSITIVE
gcloud config set project YOUR_PROJECT_NAME_CASE_SENSITIVE
Updated property [core/project].
 gcloud config set project YOUR-PROJECT
WARNING: You do not appear to have access to project [YOUR-PROJECT] or it does not exist.
Are you sure you wish to set property [core/project] to elucidate-co? 

Do you want to continue (Y/n)?
Updated property [core/project].


gcloud compute images list
ERROR: (gcloud.compute.images.list) The required property [project] is not currently set.
It can be set on a per-command basis by re-running your command with the [--project] flag.

You may set it for your current workspace by running:

  $ gcloud config set project VALUE

or it can be set temporarily by the environment variable [CLOUDSDK_CORE_PROJECT]


Related

See also

Advertising: