1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 02:25:19 +00:00

gcloud: Wed Aug 24 09:45:53 UTC 2022

This commit is contained in:
Automated 2022-08-24 09:45:53 +00:00
parent c614d893da
commit 978ed239f6
Failed to extract signature
127 changed files with 2957 additions and 251 deletions

View file

@ -7,8 +7,8 @@ SYNOPSIS
--sdk-language=SDK_LANGUAGE
(--image=IMAGE | --env=[ENV,...]
--flex-template-base-image=FLEX_TEMPLATE_BASE_IMAGE
--image-gcr-path=IMAGE_GCR_PATH (--jar=[JAR,...]
| --py-path=[PY_PATH,...]))
--image-gcr-path=IMAGE_GCR_PATH (--go-binary-path=GO_BINARY_PATH
| --jar=[JAR,...] | --py-path=[PY_PATH,...]))
[--additional-experiments=[ADDITIONAL_EXPERIMENTS,...]]
[--additional-user-labels=[ADDITIONAL_USER_LABELS,...]]
[--dataflow-kms-key=DATAFLOW_KMS_KEY] [--disable-public-ips]
@ -62,7 +62,7 @@ POSITIONAL ARGUMENTS
REQUIRED FLAGS
--sdk-language=SDK_LANGUAGE
SDK language of the flex template job. SDK_LANGUAGE must be one of:
JAVA, PYTHON.
JAVA, PYTHON, GO.
Exactly one of these must be specified:
@ -103,6 +103,13 @@ REQUIRED FLAGS
Exactly one of these must be specified:
--go-binary-path=GO_BINARY_PATH
Local path to your compiled dataflow pipeline Go binary. The binary
should be compiled to run on the target worker architecture
(usually linux-amd64). See
https://beam.apache.org/documentation/sdks/go-cross-compilation/
for more information.
--jar=[JAR,...]
Local path to your dataflow pipeline jar file and all their
dependent jar files required for the flex template classpath. You