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

gcloud: Wed May 17 10:38:17 UTC 2023

This commit is contained in:
Automated 2023-05-17 10:38:17 +00:00
parent 14441c7ea7
commit a56fab68e5
151 changed files with 1878 additions and 2972 deletions

View file

@ -2,7 +2,7 @@ NAME
gcloud batch jobs submit - submit a Batch job
SYNOPSIS
gcloud batch jobs submit (JOB : --location=LOCATION)
gcloud batch jobs submit [[JOB] --location=LOCATION]
(--config=CONFIG --container-commands-file=CONTAINER_COMMANDS_FILE
--container-entrypoint=CONTAINER_ENTRYPOINT
--container-image-uri=CONTAINER_IMAGE_URI
@ -54,19 +54,17 @@ POSITIONAL ARGUMENTS
To set the project attribute:
◆ provide the argument JOB on the command line with a fully specified
name;
◆ job ID is optional and will be generated if not specified with a
fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
JOB
[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 argument must be specified if any of the other
arguments in this group are specified.
▸ provide the argument JOB on the command line;
▸ job ID is optional and will be generated if not specified.
--location=LOCATION
Google Cloud location for the job.
@ -74,6 +72,8 @@ POSITIONAL ARGUMENTS
To set the location attribute:
▸ provide the argument JOB on the command line with a fully
specified name;
▸ job ID is optional and will be generated if not specified with a
fully specified name;
▸ provide the argument --location on the command line;
▸ set the property batch/location.