1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00

gcloud: Wed Jul 13 09:59:37 UTC 2022

This commit is contained in:
Automated 2022-07-13 09:59:38 +00:00
parent cf5ab60e4a
commit 879929cbc6
Failed to extract signature
323 changed files with 7203 additions and 4178 deletions

View file

@ -6,13 +6,15 @@ SYNOPSIS
[--async] [--description=DESCRIPTION] [--display-name=DISPLAY_NAME]
[--update-labels=[KEY=VALUE,...]]
[--clear-labels | --remove-labels=[KEY,...]]
[--execution-args=EXECUTION_ARGS
[--execution-args=EXECUTION_ARGS --execution-project=EXECUTION_PROJECT
--execution-service-account=EXECUTION_SERVICE_ACCOUNT
--kms-key=KMS_KEY
--max-job-execution-lifetime=MAX_JOB_EXECUTION_LIFETIME]
[--spark-archive-uris=[SPARK_ARCHIVE_URIS,...]
--spark-file-uris=[SPARK_FILE_URIS,...]
--batch-executors-count=BATCH_EXECUTORS_COUNT
--batch-max-executors-count=BATCH_MAX_EXECUTORS_COUNT
--container-image=CONTAINER_IMAGE
--container-image-java-jars=[CONTAINER_IMAGE_JAVA_JARS,...]
--container-image-properties=CONTAINER_IMAGE_PROPERTIES
--container-image-python-packages=[CONTAINER_IMAGE_PYTHON_PACKAGES,
@ -132,10 +134,19 @@ FLAGS
case of other keys being present in the args, then TASK_ARGS will
be passed as the last argument.
--execution-project=EXECUTION_PROJECT
The project in which jobs are run. By default, the project containing
the Lake is used. If a project is provided, the
--execution-service-account must belong to this same project.
--execution-service-account=EXECUTION_SERVICE_ACCOUNT
Service account to use to execute a task. If not provided, the
default Compute service account for the project is used.
--kms-key=KMS_KEY
The Cloud KMS key to use for encryption, of the form:
projects/{project_number}/locations/{location_id}/keyRings/{key-ring-name}/cryptoKeys/{key-name}
--max-job-execution-lifetime=MAX_JOB_EXECUTION_LIFETIME
The maximum duration before the job execution expires.
@ -161,6 +172,9 @@ FLAGS
Container Image Runtime Configuration.
--container-image=CONTAINER_IMAGE
Optional custom container image for the job.
--container-image-java-jars=[CONTAINER_IMAGE_JAVA_JARS,...]
A list of Java JARS to add to the classpath. Valid input includes
Cloud Storage URIs to Jar binaries. For example,