Development
evidence dev
Start the local development server.
| Option | Description |
|---|---|
--port, -p | Port to run on (default: 3000) |
Data
evidence query
Run a SQL query against connected data sources.
| Option | Description |
|---|---|
--format | Output format: json (default), jsonl, table, csv |
--limit, -l | Limit number of rows |
--quiet, -q | Suppress status messages |
--columns | Output only column names and types |
--file | Read SQL from a file |
--output, -o | Write results to a file |

