Difference between revisions of "Gcloud config"

From wikieduonline
Jump to navigation Jump to search
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
[[gcloud config set project]]
+
https://cloud.google.com/sdk/gcloud/reference/config
 +
 
 +
* <code>[[gcloud config --help]]</code>
 +
* <code>[[gcloud]] config</code>
 +
* <code>[[gcloud config list]]</code>
 +
* <code>[[gcloud config set project]]</code>
 +
* <code>[[gcloud config get-value core/project]]</code>
 +
 
 +
== Help ==
 +
<pre>
 +
gcloud config
 +
ERROR: (gcloud.config) Command name argument expected.
 +
 
 +
Available groups for gcloud config:
 +
 
 +
      configurations          Manage the set of gcloud named configurations.
 +
 
 +
Available commands for gcloud config:
 +
 
 +
      get                    Print the value of a Google Cloud CLI property.
 +
      list                    List Google Cloud CLI properties for the currently
 +
                              active configuration.
 +
      set                    Set a Google Cloud CLI property.
 +
      unset                  Unset a Google Cloud CLI property.
 +
 
 +
For detailed information on this command and its flags, run:
 +
  gcloud config --help
 +
</pre>
 +
 
 +
== Related ==
 +
* <code>[[.config/]]</code>
  
  
 
== See also ==
 
== See also ==
 +
* {{gcloud config}}
 
* {{gcloud}}
 
* {{gcloud}}
  
 
[[Category:GCP]]
 
[[Category:GCP]]

Latest revision as of 08:12, 22 June 2022

https://cloud.google.com/sdk/gcloud/reference/config

Help[edit]

gcloud config
ERROR: (gcloud.config) Command name argument expected.

Available groups for gcloud config:

      configurations          Manage the set of gcloud named configurations.

Available commands for gcloud config:

      get                     Print the value of a Google Cloud CLI property.
      list                    List Google Cloud CLI properties for the currently
                              active configuration.
      set                     Set a Google Cloud CLI property.
      unset                   Unset a Google Cloud CLI property.

For detailed information on this command and its flags, run:
  gcloud config --help

Related[edit]


See also[edit]

Advertising: