Installation
The CLI is included with the SDK:Commands
arzule view
Display traces from a JSONL file.
Options
| Option | Description |
|---|---|
-f, --format | Output format: timeline (default), table, json |
--run-id | Filter to a specific run ID |
--event-type | Filter by event type pattern |
Examples
Timeline output
Table output
arzule stats
Show statistics for a trace file.
Output
arzule validate
Validate that a trace file conforms to the schema.
Output
Piping and scripting
The CLI works well with Unix pipes:Environment variables
| Variable | Description |
|---|---|
ARZULE_CLI_COLOR | Enable/disable colored output (true/false) |
ARZULE_CLI_PAGER | Pager program for long output (default: less) |
