1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed May 14 10:45:02 UTC 2025

This commit is contained in:
Automated 2025-05-14 10:45:02 +00:00
parent dfebca5b6c
commit 82f3a66664
423 changed files with 11160 additions and 1149 deletions

View file

@ -9,6 +9,7 @@ SYNOPSIS
[--properties=[PROPERTY=VALUE,...]] [--region=REGION]
[--request-id=REQUEST_ID] [--service-account=SERVICE_ACCOUNT]
[--staging-bucket=STAGING_BUCKET] [--tags=[TAGS,...]] [--ttl=TTL]
[--user-workload-authentication-type=USER_WORKLOAD_AUTHENTICATION_TYPE]
[--version=VERSION] [--network=NETWORK | --subnet=SUBNET]
[GCLOUD_WIDE_FLAG ...]
@ -132,6 +133,10 @@ FLAGS
(https://cloud.google.com/sdk/gcloud/reference/topic/datetimes) for
information on duration formats.
--user-workload-authentication-type=USER_WORKLOAD_AUTHENTICATION_TYPE
Whether to use END_USER_CREDENTIALS or SERVICE_ACCOUNT to run the
workload.
--version=VERSION
Optional runtime version. If not specified, a default version will be
used.

View file

@ -11,9 +11,10 @@ SYNOPSIS
[--properties=[PROPERTY=VALUE,...]] [--py-files=[PY,...]]
[--region=REGION] [--request-id=REQUEST_ID]
[--service-account=SERVICE_ACCOUNT] [--staging-bucket=STAGING_BUCKET]
[--tags=[TAGS,...]] [--ttl=TTL] [--version=VERSION]
[--network=NETWORK | --subnet=SUBNET] [GCLOUD_WIDE_FLAG ...]
[-- JOB_ARG ...]
[--tags=[TAGS,...]] [--ttl=TTL]
[--user-workload-authentication-type=USER_WORKLOAD_AUTHENTICATION_TYPE]
[--version=VERSION] [--network=NETWORK | --subnet=SUBNET]
[GCLOUD_WIDE_FLAG ...] [-- JOB_ARG ...]
DESCRIPTION
Submit a PySpark batch job.
@ -148,6 +149,10 @@ FLAGS
(https://cloud.google.com/sdk/gcloud/reference/topic/datetimes) for
information on duration formats.
--user-workload-authentication-type=USER_WORKLOAD_AUTHENTICATION_TYPE
Whether to use END_USER_CREDENTIALS or SERVICE_ACCOUNT to run the
workload.
--version=VERSION
Optional runtime version. If not specified, a default version will be
used.

View file

@ -11,6 +11,7 @@ SYNOPSIS
[--properties=[PROPERTY=VALUE,...]] [--region=REGION]
[--request-id=REQUEST_ID] [--service-account=SERVICE_ACCOUNT]
[--staging-bucket=STAGING_BUCKET] [--tags=[TAGS,...]] [--ttl=TTL]
[--user-workload-authentication-type=USER_WORKLOAD_AUTHENTICATION_TYPE]
[--version=VERSION] [--network=NETWORK | --subnet=SUBNET]
[GCLOUD_WIDE_FLAG ...] [-- JOB_ARG ...]
@ -161,6 +162,10 @@ OPTIONAL FLAGS
(https://cloud.google.com/sdk/gcloud/reference/topic/datetimes) for
information on duration formats.
--user-workload-authentication-type=USER_WORKLOAD_AUTHENTICATION_TYPE
Whether to use END_USER_CREDENTIALS or SERVICE_ACCOUNT to run the
workload.
--version=VERSION
Optional runtime version. If not specified, a default version will be
used.

View file

@ -11,6 +11,7 @@ SYNOPSIS
[--properties=[PROPERTY=VALUE,...]] [--region=REGION]
[--request-id=REQUEST_ID] [--service-account=SERVICE_ACCOUNT]
[--staging-bucket=STAGING_BUCKET] [--tags=[TAGS,...]] [--ttl=TTL]
[--user-workload-authentication-type=USER_WORKLOAD_AUTHENTICATION_TYPE]
[--version=VERSION] [--network=NETWORK | --subnet=SUBNET]
[GCLOUD_WIDE_FLAG ...] [-- JOB_ARG ...]
@ -139,6 +140,10 @@ FLAGS
(https://cloud.google.com/sdk/gcloud/reference/topic/datetimes) for
information on duration formats.
--user-workload-authentication-type=USER_WORKLOAD_AUTHENTICATION_TYPE
Whether to use END_USER_CREDENTIALS or SERVICE_ACCOUNT to run the
workload.
--version=VERSION
Optional runtime version. If not specified, a default version will be
used.

View file

@ -11,6 +11,7 @@ SYNOPSIS
[--properties=[PROPERTY=VALUE,...]] [--region=REGION]
[--request-id=REQUEST_ID] [--service-account=SERVICE_ACCOUNT]
[--staging-bucket=STAGING_BUCKET] [--tags=[TAGS,...]] [--ttl=TTL]
[--user-workload-authentication-type=USER_WORKLOAD_AUTHENTICATION_TYPE]
[--vars=[NAME=VALUE,...]] [--version=VERSION]
[--network=NETWORK | --subnet=SUBNET] [GCLOUD_WIDE_FLAG ...]
@ -129,6 +130,10 @@ FLAGS
(https://cloud.google.com/sdk/gcloud/reference/topic/datetimes) for
information on duration formats.
--user-workload-authentication-type=USER_WORKLOAD_AUTHENTICATION_TYPE
Whether to use END_USER_CREDENTIALS or SERVICE_ACCOUNT to run the
workload.
--vars=[NAME=VALUE,...]
Mapping of query variable names to values (equivalent to the Spark SQL
command: SET name="value";).

View file

@ -45,7 +45,8 @@ SYNOPSIS
[--secondary-worker-standard-capacity-base=SECONDARY_WORKER_STANDARD_CAPACITY_BASE]
[--secondary-worker-standard-capacity-percent-above-base=SECONDARY_WORKER_STANDARD_CAPACITY_PERCENT_ABOVE_BASE]
[--shielded-integrity-monitoring] [--shielded-secure-boot]
[--shielded-vtpm] [--temp-bucket=TEMP_BUCKET]
[--shielded-vtpm] [--stop-max-idle=STOP_MAX_IDLE]
[--temp-bucket=TEMP_BUCKET]
[--worker-accelerator=[type=TYPE,[count=COUNT],...]]
[--worker-boot-disk-provisioned-iops=WORKER_BOOT_DISK_PROVISIONED_IOPS]
[--worker-boot-disk-provisioned-throughput=WORKER_BOOT_DISK_PROVISIONED_THROUGHPUT]
@ -82,6 +83,8 @@ SYNOPSIS
--num-secondary-workers=NUM_SECONDARY_WORKERS
--num-workers=NUM_WORKERS
--secondary-worker-type=TYPE; default="preemptible"]
[--stop-expiration-time=STOP_EXPIRATION_TIME
| --stop-max-age=STOP_MAX_AGE]
[--worker-machine-type=WORKER_MACHINE_TYPE
| --worker-machine-types=type=MACHINE_TYPE[,
type=MACHINE_TYPE...][,rank=RANK]] [GCLOUD_WIDE_FLAG ...]
@ -446,6 +449,11 @@ FLAGS
security operations, such as remote attestation, encryption, and
sealing of keys.
--stop-max-idle=STOP_MAX_IDLE
The duration after the last job completes to auto-stop the cluster,
such as "2h" or "1d". See $ gcloud topic datetimes for information on
duration formats.
--temp-bucket=TEMP_BUCKET
The Google Cloud Storage bucket to use by default to store ephemeral
cluster and jobs data, such as Spark and MapReduce history files.
@ -1010,6 +1018,18 @@ FLAGS
The type of the secondary worker group. TYPE must be one of:
preemptible, non-preemptible, spot.
At most one of these can be specified:
--stop-expiration-time=STOP_EXPIRATION_TIME
The time when the cluster will be auto-stopped, such as
"2017-08-29T18:52:51.142Z." See $ gcloud topic datetimes for
information on time formats.
--stop-max-age=STOP_MAX_AGE
The lifespan of the cluster, with auto-stop upon completion, such as
"2h" or "1d". See $ gcloud topic datetimes for information on
duration formats.
At most one of these can be specified:
--worker-machine-type=WORKER_MACHINE_TYPE

View file

@ -15,7 +15,11 @@ SYNOPSIS
| --expiration-time=EXPIRATION_TIME | --max-age=MAX_AGE
| --no-max-age]
[--delete-max-idle=DELETE_MAX_IDLE | --no-delete-max-idle
| --max-idle=MAX_IDLE | --no-max-idle] [GCLOUD_WIDE_FLAG ...]
| --max-idle=MAX_IDLE | --no-max-idle]
[--stop-expiration-time=STOP_EXPIRATION_TIME
| --stop-max-age=STOP_MAX_AGE | --no-stop-max-age]
[--stop-max-idle=STOP_MAX_IDLE | --no-stop-max-idle]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Update the number of worker nodes and/or the labels in a cluster.
@ -216,6 +220,33 @@ FLAGS
Cancels the cluster auto-deletion by cluster idle duration
(configured by --max-idle flag)
At most one of these can be specified:
--stop-expiration-time=STOP_EXPIRATION_TIME
The time when the cluster will be auto-stopped, such as
"2017-08-29T18:52:51.142Z". See $ gcloud topic datetimes for
information on time formats.
--stop-max-age=STOP_MAX_AGE
The lifespan of the cluster, with auto-stop upon completion, such as
"2h" or "1d". See $ gcloud topic datetimes for information on
duration formats.
--no-stop-max-age
Cancels the cluster auto-stop by maximum cluster age (configured by
--stop-max-age or --stop-expiration-time flags)
At most one of these can be specified:
--stop-max-idle=STOP_MAX_IDLE
The duration after the last job completes to auto-stop the cluster,
such as "2h" or "1d". See $ gcloud topic datetimes for information on
duration formats.
--no-stop-max-idle
Cancels the cluster auto-stop by cluster idle duration (configured by
--stop-max-idle flag)
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,