oxo-flow report#
Generate reports from a workflow definition.
Usage#
Arguments#
| Argument | Description |
|---|---|
<WORKFLOW> |
Path to the .oxoflow workflow file |
Options#
| Option | Short | Default | Description |
|---|---|---|---|
--format |
-f |
html |
Output format: html or json |
--output |
-o |
stdout | Output file path |
--verbose |
-v |
— | Enable debug-level logging |
Examples#
Generate HTML report to stdout#
Write HTML to file#
Generate JSON report#
Output#
The HTML report is a self-contained single file with embedded CSS. The JSON report includes structured sections with workflow metadata, rule details, and configuration.
Notes#
- If
--outputis not specified, the report is written to stdout - HTML reports can be opened directly in any web browser
- JSON reports are suitable for programmatic processing and integration with other tools
- The
[report]section in the.oxoflowfile can customize report templates and sections