Skip to content

CLI Reference

benzsevern edited this page Mar 29, 2026 · 1 revision

CLI Reference

infermap map

infermap map SOURCE TARGET [OPTIONS]

Map source columns to target schema.

Option Description Default
--table DB table name
--required Comma-separated required fields
--schema-file Schema definition file
--format Output: table, json, yaml table
-o, --output Save config to file
--min-confidence Minimum confidence 0.3
-v, --verbose INFO-level logs
--debug DEBUG-level logs

infermap apply

infermap apply SOURCE -c CONFIG -o OUTPUT

Apply a saved mapping to remap a file.

infermap inspect

infermap inspect SOURCE [--table TABLE]

Show fields, types, null rates, and sample values.

infermap validate

infermap validate SOURCE -c CONFIG [--required FIELDS] [--strict]

Check source against a mapping. --strict exits code 1 if required fields are unmapped.

Clone this wiki locally