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

gcloud: Thu Jun 22 10:31:35 UTC 2023

This commit is contained in:
Automated 2023-06-22 10:31:35 +00:00
parent 2102dc5511
commit dc0d916cee
219 changed files with 5076 additions and 1639 deletions

View file

@ -7,8 +7,8 @@ SYNOPSIS
--container-entrypoint=CONTAINER_ENTRYPOINT
--container-image-uri=CONTAINER_IMAGE_URI
| --script-file-path=SCRIPT_FILE_PATH | --script-text=SCRIPT_TEXT)
[--machine-type=MACHINE_TYPE] [--priority=PRIORITY]
[--provisioning-model=PROVISIONING_MODEL]
[--job-prefix=JOB_PREFIX] [--machine-type=MACHINE_TYPE]
[--priority=PRIORITY] [--provisioning-model=PROVISIONING_MODEL]
[--network=NETWORK --subnetwork=SUBNETWORK : --no-external-ip-address]
[GCLOUD_WIDE_FLAG ...]
@ -119,6 +119,11 @@ REQUIRED FLAGS
Text to run as first runnable in task spec.
OPTIONAL FLAGS
--job-prefix=JOB_PREFIX
Specify the job prefix. A job ID in the format of job prefix +
%Y%m%d-%H%M%S will be generated. Note that job prefix cannot be
specified while JOB ID positional argument is specified.
--machine-type=MACHINE_TYPE
Specify the Compute Engine machine type, for example, e2-standard-4.
Currently only one machine type is supported.