mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed Jul 27 08:55:33 UTC 2022
This commit is contained in:
parent
380c3aa29f
commit
3513fd1c11
171 changed files with 3989 additions and 448 deletions
|
|
@ -3,7 +3,7 @@ NAME
|
|||
instances
|
||||
|
||||
SYNOPSIS
|
||||
gcloud anthos config controller list [--location=LOCATION]
|
||||
gcloud anthos config controller list [--full-name] [--location=LOCATION]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -16,11 +16,19 @@ EXAMPLES
|
|||
|
||||
$ gcloud anthos config controller list --location=us-central1
|
||||
|
||||
To list all Anthos Config Controller instances in all regions with their
|
||||
fully specified name, run:
|
||||
|
||||
$ gcloud anthos config controller list --full-name
|
||||
|
||||
To list all Anthos Config Controller instances in all regions, run:
|
||||
|
||||
$ gcloud anthos config controller list
|
||||
|
||||
FLAGS
|
||||
--full-name
|
||||
Print the fully specified name of the instance.
|
||||
|
||||
Instance list resource - List of Anthos Config Controller instances. This
|
||||
represents a Cloud resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways. To set the project
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue