1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 22:36:52 +00:00

gcloud: Wed Apr 26 10:24:37 UTC 2023

This commit is contained in:
Automated 2023-04-26 10:24:37 +00:00
parent b33a8a3e6e
commit 2ae1bc2b12
276 changed files with 6093 additions and 833 deletions

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud beta run jobs create [JOB] --image=IMAGE [--args=[ARG,...]]
[--binary-authorization=POLICY] [--breakglass=JUSTIFICATION]
[--command=[COMMAND,...]] [--cpu=CPU] [--execute-now] [--key=KEY]
[--command=[COMMAND,...]] [--cpu=CPU] [--key=KEY]
[--labels=[KEY=VALUE,...]] [--max-retries=MAX_RETRIES]
[--memory=MEMORY] [--parallelism=PARALLELISM] [--region=REGION]
[--service-account=SERVICE_ACCOUNT]
@ -12,7 +12,7 @@ SYNOPSIS
[--set-secrets=[KEY=SECRET_NAME:SECRET_VERSION,...]]
[--task-timeout=TASK_TIMEOUT] [--tasks=TASKS; default=1]
[--vpc-connector=VPC_CONNECTOR] [--vpc-egress=VPC_EGRESS]
[--async | --wait]
[--async | --execute-now --wait]
[--env-vars-file=FILE_PATH | --set-env-vars=[KEY=VALUE,...]]
[GCLOUD_WIDE_FLAG ...]
@ -82,9 +82,6 @@ OPTIONAL FLAGS
(fully managed), 4 cpus also requires a minimum 2Gi --memory value.
Examples 2, 2.0, 2000m
--execute-now
Execute the job immediately after creation.
--key=KEY
CMEK key reference to encrypt the container with.
@ -161,10 +158,17 @@ OPTIONAL FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--wait
Wait until the execution has completed running before exiting. If not
set, gcloud exits successfully when the execution has started.
Implies --execute-now.
--async cannot be used if executing the job after the update.
--execute-now
Execute the job immediately after the creation or update completes.
gcloud exits once the job has started unless the --wait flag is
set.
--wait
Wait until the execution has completed running before exiting. If
not set, gcloud exits successfully when the execution has started.
Implies --execute-now.
At most one of these can be specified:

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud beta run jobs deploy [JOB] [--args=[ARG,...]]
[--binary-authorization=POLICY] [--breakglass=JUSTIFICATION]
[--command=[COMMAND,...]] [--cpu=CPU] [--execute-now] [--key=KEY]
[--command=[COMMAND,...]] [--cpu=CPU] [--key=KEY]
[--labels=[KEY=VALUE,...]] [--max-retries=MAX_RETRIES]
[--memory=MEMORY] [--parallelism=PARALLELISM] [--region=REGION]
[--service-account=SERVICE_ACCOUNT]
@ -12,7 +12,7 @@ SYNOPSIS
[--set-secrets=[KEY=SECRET_NAME:SECRET_VERSION,...]]
[--task-timeout=TASK_TIMEOUT] [--tasks=TASKS; default=1]
[--vpc-connector=VPC_CONNECTOR] [--vpc-egress=VPC_EGRESS]
[--async | --wait]
[--async | --execute-now --wait]
[--clear-env-vars | --env-vars-file=FILE_PATH
| --set-env-vars=[KEY=VALUE,...]
| --remove-env-vars=[KEY,...] --update-env-vars=[KEY=VALUE,...]]
@ -79,9 +79,6 @@ FLAGS
(fully managed), 4 cpus also requires a minimum 2Gi --memory value.
Examples 2, 2.0, 2000m
--execute-now
Execute the job immediately after creation.
--key=KEY
CMEK key reference to encrypt the container with.
@ -158,10 +155,17 @@ FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--wait
Wait until the execution has completed running before exiting. If not
set, gcloud exits successfully when the execution has started.
Implies --execute-now.
--async cannot be used if executing the job after the update.
--execute-now
Execute the job immediately after the creation or update completes.
gcloud exits once the job has started unless the --wait flag is
set.
--wait
Wait until the execution has completed running before exiting. If
not set, gcloud exits successfully when the execution has started.
Implies --execute-now.
At most one of these can be specified:

View file

@ -4,8 +4,8 @@ NAME
SYNOPSIS
gcloud beta run jobs update [JOB] [--args=[ARG,...]]
[--breakglass=JUSTIFICATION] [--clear-vpc-connector]
[--command=[COMMAND,...]] [--cpu=CPU] [--execute-now] [--image=IMAGE]
[--key=KEY] [--max-retries=MAX_RETRIES] [--memory=MEMORY]
[--command=[COMMAND,...]] [--cpu=CPU] [--image=IMAGE] [--key=KEY]
[--max-retries=MAX_RETRIES] [--memory=MEMORY]
[--parallelism=PARALLELISM] [--region=REGION]
[--service-account=SERVICE_ACCOUNT] [--task-timeout=TASK_TIMEOUT]
[--tasks=TASKS; default=1] [--vpc-connector=VPC_CONNECTOR]
@ -14,7 +14,7 @@ SYNOPSIS
| --clear-cloudsql-instances
| --remove-cloudsql-instances=[CLOUDSQL-INSTANCES,...]
| --set-cloudsql-instances=[CLOUDSQL-INSTANCES,...]]
[--async | --wait]
[--async | --execute-now --wait]
[--binary-authorization=POLICY | --clear-binary-authorization]
[--clear-env-vars | --env-vars-file=FILE_PATH
| --set-env-vars=[KEY=VALUE,...]
@ -80,9 +80,6 @@ FLAGS
(fully managed), 4 cpus also requires a minimum 2Gi --memory value.
Examples 2, 2.0, 2000m
--execute-now
Execute the job immediately after creation.
--image=IMAGE
Name of the container image to deploy (e.g.
us-docker.pkg.dev/cloudrun/container/job:latest).
@ -168,10 +165,17 @@ FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--wait
Wait until the execution has completed running before exiting. If not
set, gcloud exits successfully when the execution has started.
Implies --execute-now.
--async cannot be used if executing the job after the update.
--execute-now
Execute the job immediately after the creation or update completes.
gcloud exits once the job has started unless the --wait flag is
set.
--wait
Wait until the execution has completed running before exiting. If
not set, gcloud exits successfully when the execution has started.
Implies --execute-now.
At most one of these can be specified: