1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Jul 31 09:35:15 UTC 2024

This commit is contained in:
Automated 2024-07-31 09:35:16 +00:00
parent 3a4c5997b9
commit ed2f818f7a
2722 changed files with 12631 additions and 6826 deletions

View file

@ -3,7 +3,8 @@ NAME
SYNOPSIS
gcloud beta batch jobs submit [[JOB] --location=LOCATION]
(--config=CONFIG --container-commands-file=CONTAINER_COMMANDS_FILE
(--config=PATH_TO_FILE
--container-commands-file=CONTAINER_COMMANDS_FILE
--container-entrypoint=CONTAINER_ENTRYPOINT
--container-image-uri=CONTAINER_IMAGE_URI
| --script-file-path=SCRIPT_FILE_PATH | --script-text=SCRIPT_TEXT)
@ -90,11 +91,14 @@ POSITIONAL ARGUMENTS
REQUIRED FLAGS
At least one of these must be specified:
--config=CONFIG
--config=PATH_TO_FILE
The file path of the job config file in either JSON or YAML format.
It also supports direct input from stdin with '-' or HereDoc (in
shells with HereDoc support like Bash) with '- <<DELIMITER'.
Use a full or relative path to a local file containing the value of
config.
Either specify the config file for the job or the first runnable in the
task spec. Specify either a script file or container arguments for the
first runnable in the task spec.