mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed May 1 09:26:55 UTC 2024
This commit is contained in:
parent
3740758467
commit
48fac7efd4
454 changed files with 11765 additions and 12790 deletions
|
|
@ -3,7 +3,7 @@ NAME
|
|||
machine instance template
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute instance-templates describe NAME
|
||||
gcloud beta compute instance-templates describe NAME [--view=VIEW]
|
||||
[--global | --region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -20,6 +20,17 @@ POSITIONAL ARGUMENTS
|
|||
Name of the instance template to describe.
|
||||
|
||||
FLAGS
|
||||
--view=VIEW
|
||||
Specifies the information that the output should contain. VIEW must be
|
||||
one of:
|
||||
|
||||
BASIC
|
||||
Default output view. Output contains all configuration details of
|
||||
the instance template, except partner metadata.
|
||||
FULL
|
||||
Output contains all configuration details of the instance template,
|
||||
including partner metadata.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--global
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue