Skip to main content

diagrid workflow list

List workflow executions for all App IDs in a project

Description

List workflow executions for all App IDs in a project

diagrid workflow list [flags]

Examples


# List workflow executions for all App IDs in a project
diagrid workflow list

# List a maximum of 250 workflow executions
diagrid workflow list --limit 250

Options

  -p, --project string   Name of existing project
-o, --output string Output format, supported [table, yaml, json] (default "table")
-l, --limit int The maximum number of workflows to return. The value cannot be greater than 250 (default 250)
-h, --help help for list

Options inherited from parent commands

      --api-key string   Diagrid Cloud API key

SEE ALSO