mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Mar 15 11:22:01 UTC 2023
This commit is contained in:
parent
29661f002c
commit
a4bd29dd06
164 changed files with 2541 additions and 844 deletions
|
|
@ -3,15 +3,17 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud workflows describe (WORKFLOW : --location=LOCATION)
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--revision-id=REVISION_ID] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Display all metadata associated with a workflow of given name.
|
||||
Display all metadata associated with a workflow of given name and
|
||||
revisionID. If revisionID is not provided, the metadata for the latest
|
||||
revision is retrieved.
|
||||
|
||||
EXAMPLES
|
||||
To describe the workflow 'my-workflow', run:
|
||||
To describe the workflow 'my-workflow' at revision '000001-dc1', run:
|
||||
|
||||
$ gcloud workflows describe my-workflow
|
||||
$ gcloud workflows describe my-workflow `--revision-id=000001-dc1`
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Workflow resource - The name of the workflow to describe. The arguments in
|
||||
|
|
@ -43,6 +45,10 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --location on the command line;
|
||||
▸ set the property workflows/location.
|
||||
|
||||
FLAGS
|
||||
--revision-id=REVISION_ID
|
||||
The revision ID of the workflow to describe.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue