CLI Reference
featuresmith analyze
CLI command reference and arguments
bash
featuresmith analyze <source> [options]Analyze a local tabular dataset and run validation rules. Prints styled Rich tables or outputs structured JSON.
Flags and Options
| --target TEXT | Name of the target column in the dataset for leakage evaluation. |
| --format [table|json] | Output format to display (default: table). |
| --output PATH | Path to save the output report (JSON or txt depending on format). |
| --severity [info|warning|critical] | Severity threshold for displayed findings and exit-code gating (default: critical). |
| --max-correlation-columns INTEGER | Combinatorial cutoff limit for correlation profiling (default: 100). |
| --quiet / --no-quiet | Suppress all standard console report output. |
| --verbose / --no-verbose | Show full Python tracebacks on error instead of generic messages. |
| --version | Show version info and exit. |