mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Wed Mar 29 10:40:15 UTC 2023
This commit is contained in:
parent
4ccfc7a5e3
commit
5fabf24be7
269 changed files with 6797 additions and 464 deletions
|
|
@ -12,9 +12,6 @@ DESCRIPTION
|
|||
(BETA) gcloud beta compute instance-templates list displays all Google
|
||||
Compute Engine instance templates in a project.
|
||||
|
||||
By default, instance templates from all zones are listed. The results can
|
||||
be narrowed down using a filter: --filter="zone:( ZONE ... )".
|
||||
|
||||
EXAMPLES
|
||||
To list all instance templates in a project in table form, run:
|
||||
|
||||
|
|
@ -24,12 +21,6 @@ EXAMPLES
|
|||
|
||||
$ gcloud beta compute instance-templates list --uri
|
||||
|
||||
To list all instance templates in the us-central1-b and europe-west1-d
|
||||
zones, run:
|
||||
|
||||
$ gcloud beta compute instance-templates list \
|
||||
--filter="zone:( us-central1-b europe-west1-d )"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
[NAME ...]
|
||||
(DEPRECATED) If provided, show details for the specified names and/or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue