Install and Run the CLI
rei runs the same analyzers as the desktop app from a terminal — no UI, no Electron,
just results. Useful for scripting, CI, or anyone who’d rather pipe output into another
tool than click through tabs.
Install
Run your first analysis
--path, it analyzes the current directory. By default you’ll see a colored
terminal summary — one line per signal, with a ✓ / ⚠ / ✗ status icon based on whether
the score clears your warn/fail thresholds (70/50 by default, configurable — see the
CLI reference).
Other output formats
Re-analyze on every commit
Picking up project config
If the repo has a committed.reikon/config.json, rei reads it automatically — same
teams, aliases, and ignore paths the desktop app would use. Nothing extra to configure.
Next
- Add it to CI to gate builds on health score
- Full flag/exit-code reference