File: //lib/google-cloud-sdk/lib/surface/workflows/list.yaml
- release_tracks: [BETA]
help_text:
brief: |
List workflows
description: |
List workflows under a project and location.
arguments:
resource:
spec: !REF googlecloudsdk.command_lib.workflows.resources:location
help_text: |
The name of the location to list workflows from.
request:
api_version: v1beta
collection: workflows.projects.locations.workflows
response:
id_field: name
output:
format: |
table(
name,
state,
revisionId,
updateTime
)
- release_tracks: [ALPHA]
help_text:
brief: |
List workflows
description: |
List workflows under a project and location.
arguments:
resource:
spec: !REF googlecloudsdk.command_lib.workflows.resources:location
help_text: |
The name of the location to list workflows from.
request:
api_version: v1alpha1
collection: workflows.projects.locations.workflows
response:
id_field: name
output:
format: |
table(
name,
state,
versionId,
updateTime
)