# Enantiom CLI options ## --config=path (required) **short option (-c)** Path to `enantiom.config.json`. Allow both of path: absolute or relative from current directory. ## --verbose (optional) **short option (-v)** **multiple allowed (-vvv)** Output more verbose log. If set multiple times, output more verbose logs. ## --no-html (optional) Disable HTML report and output JSON only. JSON report will be placed to `artifact_path/assets/state.json` ## --fail-in-diff (optional) CLI fails when diff exists. ## --help (optional) **short option (-h)** Show CLI help.