1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed Nov 15 11:42:54 UTC 2023

This commit is contained in:
Automated 2023-11-15 11:42:54 +00:00
parent 03f0979970
commit d3074f94bb
224 changed files with 6432 additions and 626 deletions

View file

@ -17,12 +17,17 @@ DESCRIPTION
▪ The active account does not have permission to create the Batch job.
EXAMPLES
To submit the job with config.json sample config file and name
projects/foo/locations/us-central1/jobs/bar, run:
To submit the job with config.json or config.yaml sample config file and
name projects/foo/locations/us-central1/jobs/bar, run:
$ gcloud alpha batch jobs submit \
projects/foo/locations/us-central1/jobs/bar --config=config.json
or
$ gcloud alpha batch jobs submit \
projects/foo/locations/us-central1/jobs/bar --config=config.yaml
To submit the job through stdin with json job config and name
projects/foo/locations/us-central1/jobs/bar, run: