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

gcloud: Tue Mar 1 21:43:54 UTC 2022

This commit is contained in:
Automated 2022-03-01 21:43:54 +00:00
parent c1c3b75313
commit 21878eea72
1018 changed files with 4838 additions and 3409 deletions

View file

@ -29,14 +29,14 @@ EXAMPLES
To build and store a the flex template json file, run:
$ gcloud dataflow flex-template build gs://template-file-gcs-path \
--image=gcr://image-path \
--image=gcr://image-path \
--metadata-file=/local/path/to/metadata.json --sdk-language=JAVA
$ gcloud dataflow flex-template build gs://template-file-gcs-path \
--image-gcr-path=gcr://path-tos-tore-image \
--jar=path/to/pipeline.jar --jar=path/to/dependency.jar \
--env=FLEX_TEMPLATE_JAVA_MAIN_CLASS=classpath \
--flex-template-base-image=JAVA11 \
$ gcloud dataflow flex-template build gs://template-file-gcs-path \
--image-gcr-path=gcr://path-tos-tore-image \
--jar=path/to/pipeline.jar --jar=path/to/dependency.jar \
--env=FLEX_TEMPLATE_JAVA_MAIN_CLASS=classpath \
--flex-template-base-image=JAVA11 \
--metadata-file=/local/path/to/metadata.json --sdk-language=JAVA
POSITIONAL ARGUMENTS