mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
42 lines
977 B
Text
42 lines
977 B
Text
NAME
|
|
gcloud beta workflows executions - manage your Cloud Workflow execution
|
|
resources
|
|
|
|
SYNOPSIS
|
|
gcloud beta workflows executions COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) 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
|
|
(BETA) Cancel a workflow execution.
|
|
|
|
describe
|
|
(BETA) Show metadata for a workflow execution.
|
|
|
|
describe-last
|
|
(BETA) Show metadata for the last cached workflow execution.
|
|
|
|
list
|
|
(BETA) List workflow executions.
|
|
|
|
wait
|
|
(BETA) Wait for an execution to complete.
|
|
|
|
wait-last
|
|
(BETA) Wait for the last cached workflow execution to complete.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud workflows executions
|
|
|