mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
42 lines
852 B
Text
42 lines
852 B
Text
|
|
NAME
|
||
|
|
gcloud workflows executions - manage your Cloud Workflow execution
|
||
|
|
resources
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud workflows executions COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
Manage your Cloud Workflow execution resources.
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
cancel
|
||
|
|
Cancel a workflow execution.
|
||
|
|
|
||
|
|
describe
|
||
|
|
Show metadata for a workflow execution.
|
||
|
|
|
||
|
|
describe-last
|
||
|
|
Show metadata for the last cached workflow execution.
|
||
|
|
|
||
|
|
list
|
||
|
|
List workflow executions.
|
||
|
|
|
||
|
|
wait
|
||
|
|
Wait for an execution to complete.
|
||
|
|
|
||
|
|
wait-last
|
||
|
|
Wait for the last cached workflow execution to complete.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
This variant is also available:
|
||
|
|
|
||
|
|
$ gcloud beta workflows executions
|
||
|
|
|