Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 587 Bytes

CLI_OPTIONS.md

File metadata and controls

28 lines (18 loc) · 587 Bytes

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.