--full | Compare both schema and all row data |
--schema-only | Compare column names and types only |
--bounded | Compare row data within a recent window (e.g. 14d, 6h) |
--verbose, -v | Show more example rows (default: 3, verbose: 10) |
--max-column-examples | Override maximum examples per changed column |
--max-row-only-examples | Override maximum examples for side-only rows |
--sample-rows | Override the deterministic unique-key sample size |
--sample-seed | Override the deterministic sample seed |
--exhaustive | Disable inherited sampling for this invocation |
--json-output | Write structured comparison scope, coverage, and results to a JSON file |
--max-models | Fail when the selected scope contains more models than this limit |
--max-columns | Fail when either side of a model has more columns than this limit |
--no-sql-analysis | Disable compile-time SQL analysis (--no-sql-validation is an alias) |
--select, -s | Select specific models to diff (required in v1) |
--exclude | Exclude specific models from diffing |