mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
46 lines
839 B
Text
46 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
|
|
|