mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-22 07:40:10 +00:00
gcloud: Tue Mar 1 04:29:52 UTC 2022
This commit is contained in:
parent
aab53307a8
commit
1456dab6c7
9791 changed files with 814712 additions and 0 deletions
83
gcloud/alpha/dataflow/jobs/config/export
Normal file
83
gcloud/alpha/dataflow/jobs/config/export
Normal file
|
|
@ -0,0 +1,83 @@
|
|||
NAME
|
||||
gcloud alpha dataflow jobs config export - export the configuration for a
|
||||
Dataflow job
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha dataflow jobs config export (JOB : --all)
|
||||
[--path=PATH; default="-"] [--resource-format=RESOURCE_FORMAT]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha dataflow jobs config export exports the configuration
|
||||
for a Dataflow job.
|
||||
|
||||
Job configurations can be exported in Kubernetes Resource Model (krm) or
|
||||
Terraform HCL formats. The default format is krm.
|
||||
|
||||
Specifying --all allows you to export the configurations for all jobs
|
||||
within the project.
|
||||
|
||||
Specifying --path allows you to export the configuration(s) to a local
|
||||
directory.
|
||||
|
||||
EXAMPLES
|
||||
To export the configuration for a job, run:
|
||||
|
||||
$ gcloud alpha dataflow jobs config export my-job
|
||||
|
||||
To export the configuration for a job to a file, run:
|
||||
|
||||
$ gcloud alpha dataflow jobs config export my-job \
|
||||
--path=/path/to/dir/
|
||||
|
||||
To export the configuration for a job in Terraform HCL format, run:
|
||||
|
||||
$ gcloud alpha dataflow jobs config export my-job \
|
||||
--resource-format=terraform
|
||||
|
||||
To export the configurations for all jobs within a project, run:
|
||||
|
||||
$ gcloud alpha dataflow jobs config export --all
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Exactly one of these must be specified:
|
||||
|
||||
JOB
|
||||
ID of the job or fully qualified identifier for the job. To set the
|
||||
job attribute:
|
||||
▸ provide the argument job on the command line.
|
||||
|
||||
This positional must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--all
|
||||
Retrieve all resources within the project. If --path is specified and
|
||||
is a valid directory, resources will be output as individual files
|
||||
based on resource name and scope. If --path is not specified,
|
||||
resources will be streamed to stdout.
|
||||
|
||||
FLAGS
|
||||
--path=PATH; default="-"
|
||||
Path of the directory or file to output configuration(s). To output
|
||||
configurations to stdout, specify "--path=-".
|
||||
|
||||
--resource-format=RESOURCE_FORMAT
|
||||
Format of the configuration to export. Available configuration formats
|
||||
are Kubernetes Resource Model (krm) or Terraform HCL (terraform).
|
||||
Command defaults to "krm". RESOURCE_FORMAT must be one of: krm,
|
||||
terraform.
|
||||
|
||||
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 alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
|
||||
26
gcloud/alpha/dataflow/jobs/config/help
Normal file
26
gcloud/alpha/dataflow/jobs/config/help
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
NAME
|
||||
gcloud alpha dataflow jobs config - manage Dataflow job configurations
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha dataflow jobs config COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Manage Dataflow job configurations.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
export
|
||||
(ALPHA) Export the configuration for a Dataflow job.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
|
||||
36
gcloud/alpha/dataflow/jobs/export-steps
Normal file
36
gcloud/alpha/dataflow/jobs/export-steps
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
NAME
|
||||
gcloud alpha dataflow jobs export-steps - exports information about the
|
||||
steps for the given job
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha dataflow jobs export-steps JOB_ID [--region=REGION_ID]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) The only currently supported format is to a GraphViz dot file.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
JOB_ID
|
||||
The job ID to operate on.
|
||||
|
||||
FLAGS
|
||||
--region=REGION_ID
|
||||
The 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 alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
|
||||
$ gcloud beta dataflow jobs export-steps
|
||||
|
||||
40
gcloud/alpha/dataflow/jobs/help
Normal file
40
gcloud/alpha/dataflow/jobs/help
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
NAME
|
||||
gcloud alpha dataflow jobs - a group of subcommands for working with
|
||||
Dataflow jobs
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha dataflow jobs GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) A group of subcommands for working with Dataflow jobs.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
GROUPS
|
||||
GROUP is one of the following:
|
||||
|
||||
config
|
||||
(ALPHA) Manage Dataflow job configurations.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
export-steps
|
||||
(ALPHA) Exports information about the steps for the given job.
|
||||
|
||||
resume-unsupported-sdk
|
||||
(ALPHA) Resumes job running with the specified job id.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud dataflow jobs
|
||||
|
||||
$ gcloud beta dataflow jobs
|
||||
|
||||
39
gcloud/alpha/dataflow/jobs/resume-unsupported-sdk
Normal file
39
gcloud/alpha/dataflow/jobs/resume-unsupported-sdk
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
NAME
|
||||
gcloud alpha dataflow jobs resume-unsupported-sdk - resumes job running
|
||||
with the specified job id
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha dataflow jobs resume-unsupported-sdk JOB_ID --token=TOKEN
|
||||
[--region=REGION_ID] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Resumes a pipeline job which is running on an unsupported SDK
|
||||
version.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
JOB_ID
|
||||
The job ID to operate on.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--token=TOKEN
|
||||
The resume token unique to the job.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--region=REGION_ID
|
||||
The 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 alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue