Difference between revisions of "Gcloud config"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
https://cloud.google.com/sdk/gcloud/reference/config
 
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 set project]]</code>
* <code>[[gcloud config list]]</code>
 
 
* <code>[[gcloud config get-value core/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 ==

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: