Reference
CLI overview
A small, opinionated command-line companion to the API.
The codingassist.bot CLI gives you the fastest path from "git push" to a verdict, without writing API code. It's a thin wrapper over /v1/... with sensible defaults.
Install
npm i -g @codingassist/cliCommands
codingassist review— run a reviewcodingassist auth— log in / out / showcodingassist config— manage project config
Global flags
| Flag | Default | Description |
|---|---|---|
--tenant <id> | env or first | Tenant scope override |
--profile <name> | default | Named credentials profile |
--json | false | Machine-readable output |
--no-color | auto | Disable ANSI colour |
-v, --verbose | false | Debug logs to stderr |
Was this page helpful?