CLI
The Omic CLI ships with the SDK and covers everything: running suites, comparing runs, inspecting files, and reporting in CI.
Common commands
Day-to-day operations:
•
omic init — scaffold a suite in the current directory
•
omic run — run every case and score the results
•
omic diff a.eno b.eno — compare two runs case by case
Useful flags
The ones you will reach for most:
•
--baseline — the run or branch to compare against
•
--fail-under — exit non-zero below a score threshold
•
--filter — run only the cases matching a tag
Getting help
Every command is self-documenting:
•
omic --help — list every command
•
omic run --help — flags and examples for one command