mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Jul 13 09:59:37 UTC 2022
This commit is contained in:
parent
cf5ab60e4a
commit
879929cbc6
323 changed files with 7203 additions and 4178 deletions
|
|
@ -8,10 +8,9 @@ SYNOPSIS
|
|||
|
||||
DESCRIPTION
|
||||
gcloud config list lists all properties of the active configuration. These
|
||||
include the account used to authorize access to the Cloud Platform, the
|
||||
current Cloud Platform project, and the default Compute Engine region and
|
||||
zone, if set. See gcloud topic configurations for more about
|
||||
configurations.
|
||||
include the account used to authorize access to Google Cloud, the current
|
||||
Google Cloud project, and the default Compute Engine region and zone, if
|
||||
set. See gcloud topic configurations for more about configurations.
|
||||
|
||||
EXAMPLES
|
||||
To list the project property in the core section, run:
|
||||
|
|
@ -22,6 +21,10 @@ EXAMPLES
|
|||
|
||||
$ gcloud config list compute/zone
|
||||
|
||||
To list all the properties in the compute section, run:
|
||||
|
||||
$ gcloud config list compute/
|
||||
|
||||
To list all the properties, run:
|
||||
|
||||
$ gcloud config list --all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue