1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 07:29:40 +00:00

gcloud: Fri Mar 22 09:56:14 UTC 2024

This commit is contained in:
Automated 2024-03-22 09:56:14 +00:00
parent 75379bf68b
commit 5b4fac9106
182 changed files with 4221 additions and 251 deletions

View file

@ -29,7 +29,7 @@ DESCRIPTION
Builds a flex template file from the specified parameters.
EXAMPLES
To build and store a the flex template json file, run:
To build and store a flex template JSON file, run:
$ gcloud dataflow flex-template build gs://template-file-gcs-path \
--image=gcr://image-path \
@ -45,7 +45,7 @@ EXAMPLES
rets/password-secret/versions/latest" \
--metadata-file=metadata.json --sdk-language=JAVA
To build the template image and flex template json file, run:
To build the template image and flex template JSON file, run:
$ gcloud dataflow flex-template build gs://template-file-gcs-path \
--image-gcr-path=gcr://path-to-store-image \