wf list¶
List all available workflows.
Synopsis¶
Flags¶
| Flag | Type | Default | Description |
|---|---|---|---|
--json, -j | bool | false | Output as JSON |
--detailed, -d | bool | false | Include run statistics (total runs, last run status, last run duration) |
Output¶
Default output shows the workflow name and task count:
With --detailed:
WORKFLOW TASKS TOTAL RUNS SUCCESS FAILED LAST RUN
cicd-pipeline 12 42 40 2 2026-03-09 14:22:01
data-etl 8 128 120 8 2026-03-09 02:00:03
Examples¶
See Also¶
- wf runs — filter and analyse past runs
- wf validate — validate workflow definitions