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

gcloud: Thu Jul 17 11:02:31 UTC 2025

This commit is contained in:
Automated 2025-07-17 11:02:31 +00:00
parent e53f7148d8
commit fe3a430c1d
365 changed files with 6027 additions and 1863 deletions

View file

@ -90,11 +90,11 @@ REQUIRED FLAGS
--flex-template-base-image=FLEX_TEMPLATE_BASE_IMAGE
Flex template base image to be used while building the container
image. Allowed choices are JAVA8, JAVA11, JAVA17, JAVA21 or gcr.io
path of the specific version of the base image. For JAVA8, JAVA11,
JAVA17 and JAVA21 option, we use the latest base image version to
build the container. You can also provide a specific version from
this link https://gcr.io/dataflow-templates-base/
image. Allowed choices are allowed labels (JAVA11, JAVA17, JAVA21,
PYTHON3, GO), or full gcr.io path of the specific version of the base
image. For labels, we use the latest base image version to build the
container. You can also provide a specific version from this link
https://gcr.io/dataflow-templates-base/
This flag argument must be specified if any of the other arguments in
this group are specified.

View file

@ -0,0 +1,41 @@
NAME
gcloud beta dataflow jobs archive - archives a job
SYNOPSIS
gcloud beta dataflow jobs archive JOB_ID [--region=REGION_ID]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Archives a single job. The job must be in a terminal state,
otherwise the request will be rejected.
This command will require confirmation to run.
EXAMPLES
To archive job 2025-03-15_14_23_56-1234567890123456, run:
$ gcloud beta dataflow jobs archive \
2025-03-15_14_23_56-1234567890123456
POSITIONAL ARGUMENTS
JOB_ID
Job ID to operate on.
FLAGS
--region=REGION_ID
Region ID of the job's regional endpoint. Defaults to 'us-central1'.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud dataflow jobs archive

View file

@ -16,6 +16,9 @@ GCLOUD WIDE FLAGS
COMMANDS
COMMAND is one of the following:
archive
(BETA) Archives a job.
cancel
(BETA) Cancels all jobs that match the command line arguments.