mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Thu Sep 7 10:42:28 UTC 2023
This commit is contained in:
parent
f9edf67fe5
commit
6c8d2eb024
307 changed files with 4053 additions and 1615 deletions
|
|
@ -3,7 +3,8 @@ NAME
|
|||
instance template
|
||||
|
||||
SYNOPSIS
|
||||
gcloud compute instance-templates describe NAME [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud compute instance-templates describe NAME
|
||||
[--global | --region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
gcloud compute instance-templates describe displays all data associated
|
||||
|
|
@ -18,6 +19,16 @@ POSITIONAL ARGUMENTS
|
|||
NAME
|
||||
Name of the instance template to describe.
|
||||
|
||||
FLAGS
|
||||
At most one of these can be specified:
|
||||
|
||||
--global
|
||||
If set, the instance template is global.
|
||||
|
||||
--region=REGION
|
||||
Region of the instance template to describe. Overrides the default
|
||||
compute/region property value for this command invocation.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue