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

gcloud: Wed Aug 23 10:30:46 UTC 2023

This commit is contained in:
Automated 2023-08-23 10:30:46 +00:00
parent 5f3d6bc974
commit f9edf67fe5
677 changed files with 22815 additions and 975 deletions

View file

@ -5,7 +5,7 @@ NAME
SYNOPSIS
gcloud scheduler jobs create app-engine (JOB : --location=LOCATION)
--schedule=SCHEDULE [--attempt-deadline=ATTEMPT_DEADLINE]
[--description=DESCRIPTION] [--headers=HEADERS]
[--description=DESCRIPTION] [--headers=[KEY=VALUE,...]]
[--http-method=HTTP_METHOD; default="post"]
[--max-backoff=MAX_BACKOFF; default="1h"]
[--max-doublings=MAX_DOUBLINGS; default=16]
@ -91,7 +91,7 @@ OPTIONAL FLAGS
--description=DESCRIPTION
Human-readable description of the job.
--headers=HEADERS
--headers=[KEY=VALUE,...]
KEY=VALUE pairs of HTTP headers to include in the request. Cannot be
repeated. For example: --headers
Accept-Language=en-us,Accept=text/plain

View file

@ -5,7 +5,7 @@ NAME
SYNOPSIS
gcloud scheduler jobs create http (JOB : --location=LOCATION)
--schedule=SCHEDULE --uri=URI [--attempt-deadline=ATTEMPT_DEADLINE]
[--description=DESCRIPTION] [--headers=HEADERS]
[--description=DESCRIPTION] [--headers=[KEY=VALUE,...]]
[--http-method=HTTP_METHOD; default="post"]
[--max-backoff=MAX_BACKOFF; default="1h"]
[--max-doublings=MAX_DOUBLINGS; default=16]
@ -101,7 +101,7 @@ OPTIONAL FLAGS
--description=DESCRIPTION
Human-readable description of the job.
--headers=HEADERS
--headers=[KEY=VALUE,...]
KEY=VALUE pairs of HTTP headers to include in the request. Cannot be
repeated. For example: --headers
Accept-Language=en-us,Accept=text/plain

View file

@ -8,7 +8,7 @@ SYNOPSIS
[--http-method=HTTP_METHOD; default="post"] [--schedule=SCHEDULE]
[--version=VERSION]
[--clear-headers | --remove-headers=[REMOVE_HEADERS,...]
--update-headers=[UPDATE_HEADERS,...]]
--update-headers=[KEY=VALUE,...]]
[--clear-max-backoff | --max-backoff=MAX_BACKOFF; default="1h"]
[--clear-max-doublings | --max-doublings=MAX_DOUBLINGS; default=16]
[--clear-max-retry-attempts | --max-retry-attempts=MAX_RETRY_ATTEMPTS]
@ -108,7 +108,7 @@ FLAGS
KEY1,KEY2 list of HTTP headers to remove from the request.
--remove-headers Accept-Language,Accept
--update-headers=[UPDATE_HEADERS,...]
--update-headers=[KEY=VALUE,...]
KEY=VALUE pairs of HTTP headers to include in the request. Cannot be
repeated. For example: --update-headers
Accept-Language=en-us,Accept=text/plain

View file

@ -13,7 +13,7 @@ SYNOPSIS
| [--oidc-service-account-email=OIDC_SERVICE_ACCOUNT_EMAIL
: --oidc-token-audience=OIDC_TOKEN_AUDIENCE]]
[--clear-headers | --remove-headers=[REMOVE_HEADERS,...]
--update-headers=[UPDATE_HEADERS,...]]
--update-headers=[KEY=VALUE,...]]
[--clear-max-backoff | --max-backoff=MAX_BACKOFF; default="1h"]
[--clear-max-doublings | --max-doublings=MAX_DOUBLINGS; default=16]
[--clear-max-retry-attempts | --max-retry-attempts=MAX_RETRY_ATTEMPTS]
@ -162,7 +162,7 @@ FLAGS
KEY1,KEY2 list of HTTP headers to remove from the request.
--remove-headers Accept-Language,Accept
--update-headers=[UPDATE_HEADERS,...]
--update-headers=[KEY=VALUE,...]
KEY=VALUE pairs of HTTP headers to include in the request. Cannot be
repeated. For example: --update-headers
Accept-Language=en-us,Accept=text/plain

View file

@ -6,7 +6,7 @@ SYNOPSIS
gcloud scheduler jobs update pubsub (JOB : --location=LOCATION)
[--description=DESCRIPTION] [--schedule=SCHEDULE] [--topic=TOPIC]
[--clear-attributes | --remove-attributes=[REMOVE_ATTRIBUTES,...]
--update-attributes=[UPDATE_ATTRIBUTES,...]]
--update-attributes=[KEY=VALUE,...]]
[--clear-max-backoff | --max-backoff=MAX_BACKOFF; default="1h"]
[--clear-max-doublings | --max-doublings=MAX_DOUBLINGS; default=16]
[--clear-max-retry-attempts | --max-retry-attempts=MAX_RETRY_ATTEMPTS]
@ -94,7 +94,7 @@ FLAGS
Comma-separated list of attribute keys to remove with the form
"KEY1,KEY2".
--update-attributes=[UPDATE_ATTRIBUTES,...]
--update-attributes=[KEY=VALUE,...]
Comma-separated list of attributes. Each attribute has the form
"NAME=VALUE". You can specify up to 100 attributes.