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 |
evidence tables
List available data tables.
evidence describe
Show schema for a table.
evidence schema
Show all tables with their columns.
evidence connectors
List all connectors with health status.
evidence models
List all models with refresh status.
evidence lineage
Show where connections and tables are used across projects, pages, models, and queries.
| Option | Description |
|---|---|
table <name> | Show where a specific table is referenced |
--branch | Query a specific branch (default: main) |
--json | Output JSON for tooling |

