mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
47 lines
839 B
Text
47 lines
839 B
Text
|
|
NAME
|
||
|
|
gcloud workflows - manage your Cloud Workflows resources
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud workflows GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
Manage your Cloud Workflows resources.
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
GROUPS
|
||
|
|
GROUP is one of the following:
|
||
|
|
|
||
|
|
executions
|
||
|
|
Manage your Cloud Workflow execution resources.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
delete
|
||
|
|
Delete a workflow.
|
||
|
|
|
||
|
|
deploy
|
||
|
|
Create or update a workflow.
|
||
|
|
|
||
|
|
describe
|
||
|
|
Show metadata for a workflow.
|
||
|
|
|
||
|
|
execute
|
||
|
|
Execute a workflow.
|
||
|
|
|
||
|
|
list
|
||
|
|
List workflows.
|
||
|
|
|
||
|
|
run
|
||
|
|
Execute a workflow and wait for the execution to complete.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
This variant is also available:
|
||
|
|
|
||
|
|
$ gcloud beta workflows
|
||
|
|
|