Usage
Options
| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--help | -h | boolean | false | Show help and exit |
--version | -V | boolean | false | Show version and exit |
--file <path> | -f | string | — | Log file path (repeatable; alternative to FROM) |
--format <fmt> | — | string | text | Output format: text, json, raw |
--color <mode> | — | string | auto | Color mode: auto, always, never |
--no-color | — | boolean | false | Disable color output (same as --color never) |
--follow | -F | boolean | false | Tail file for new entries |
--explain | — | boolean | false | Show query plan without executing |
Notes
-f / --file and FROM
You can specify log sources either in the query itself with a FROM clause or with -f flags on the command line. Both approaches are equivalent. You can repeat -f to query multiple files:
