1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Thu Sep 7 10:42:28 UTC 2023

This commit is contained in:
Automated 2023-09-07 10:42:28 +00:00
parent f9edf67fe5
commit 6c8d2eb024
307 changed files with 4053 additions and 1615 deletions

View file

@ -16,6 +16,7 @@ SYNOPSIS
[--[no-]enable-nested-virtualization] [--[no-]enable-uefi-networking]
[--external-ipv6-address=EXTERNAL_IPV6_ADDRESS]
[--external-ipv6-prefix-length=EXTERNAL_IPV6_PREFIX_LENGTH]
[--instance-template-region=INSTANCE_TEMPLATE_REGION]
[--instance-termination-action=INSTANCE_TERMINATION_ACTION]
[--internal-ipv6-address=INTERNAL_IPV6_ADDRESS]
[--internal-ipv6-prefix-length=INTERNAL_IPV6_PREFIX_LENGTH]
@ -363,6 +364,9 @@ FLAGS
be used together with --external-ipv6-address. Only the /96 IP address
range is supported, and the default value is 96.
--instance-template-region=INSTANCE_TEMPLATE_REGION
Specifies the region of the regional instance template.
--instance-termination-action=INSTANCE_TERMINATION_ACTION
Specifies the termination action that will be taken upon VM preemption
(--provisioning-model=SPOT or --preemptible) or automatic instance

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud compute instance-templates delete NAME [NAME ...]
[GCLOUD_WIDE_FLAG ...]
[--global | --region=REGION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
gcloud compute instance-templates delete deletes one or more Compute Engine
@ -19,6 +19,16 @@ POSITIONAL ARGUMENTS
NAME [NAME ...]
Names of the instance templates to delete.
FLAGS
At most one of these can be specified:
--global
If set, the instance templates are global.
--region=REGION
Region of the instance templates to delete. 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,

View file

@ -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,

View file

@ -4,9 +4,9 @@ NAME
SYNOPSIS
gcloud compute instance-templates list [NAME ...]
[--regexp=REGEXP, -r REGEXP] [--filter=EXPRESSION] [--limit=LIMIT]
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[GCLOUD_WIDE_FLAG ...]
[--regexp=REGEXP, -r REGEXP] [--global | --regions=[REGION,...]]
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
gcloud compute instance-templates list displays all Google Compute Engine
@ -37,6 +37,15 @@ FLAGS
Flag --regexp is deprecated. Use --filter="name~'REGEXP'" instead.
At most one of these can be specified:
--global
If provided, only global resources are shown.
--regions=[REGION,...]
If provided, only regional resources are shown. If arguments are
provided, only resources from the given regions are shown.
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.