1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Thu Feb 20 10:40:27 UTC 2025

This commit is contained in:
Automated 2025-02-20 10:40:27 +00:00
parent 44f319c56c
commit 8d1a988ab5
295 changed files with 11246 additions and 956 deletions

View file

@ -5,6 +5,7 @@ SYNOPSIS
gcloud workflows execute (WORKFLOW : --location=LOCATION)
[--call-log-level=CALL_LOG_LEVEL; default="none"] [--data=DATA]
[--disable-concurrency-quota-overflow-buffering]
[--execution-history-level=EXECUTION_HISTORY_LEVEL; default="none"]
[--labels=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -76,6 +77,20 @@ FLAGS
is exhausted. Backlogged executions start when the concurrency quota
becomes available.
--execution-history-level=EXECUTION_HISTORY_LEVEL; default="none"
Level of execution history to apply during execution.
EXECUTION_HISTORY_LEVEL must be one of:
execution-history-basic
Enable basic execution history.
execution-history-detailed
Enable detailed execution history, including expected iterations
and in-scope variable values.
none
No execution history level specified.
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.