Commands
cix is a small dispatcher. Run cix <command> for the command you want, or
cix --help for the list. Every command is also installed under its own name —
cix-doctor is the same as cix doctor.
bash
cix --help # list commands
cix --version # print the installed version
cix <command> --help # help for one commandSetting up
| Command | Does | Key flags |
|---|---|---|
cix install | Register cix with your AI clients | --client, --guardrails, --url |
cix login | Authenticate and fetch credentials | --whoami, --logout, --no-browser |
cix init | Link a repository to its cix project | --client, --yes, --skip-audit, --no-mcp, --disable |
cix uninstall | Remove cix integrations | --client, --project, --purge-data, --remove-package |
Indexing
| Command | Does | Key flags |
|---|---|---|
cix index | Build or update the index | --push, --full, --github-token, --file, --rebuild, --retire |
cix doctor | Diagnose your install and project setup | --json, --repair-duplicates, --yes |
Account
| Command | Does |
|---|---|
cix login | Sign in |
cix logout | Clear stored credentials on this machine |
cix whoami | Show who you are signed in as |
Config and enforcement
| Command | Does | Key flags |
|---|---|---|
cix config | View or change per-project settings | --json, --guard, --no-guard, --repo |
cix hooks | Suspend or restore cix hooks | disable, enable, status |
Maintenance
| Command | Does | Key flags |
|---|---|---|
cix vital | Score the structural health of the index | --json |
cix catchup | Summarise what changed since you last looked | --since, --mine, --verbose, --json |
cix feedback | Print the link to the web feedback form | — |
cix clean | Delete local assistant transcripts | --dry-run, --older-than, --with-memory |
Run directly
cix mcp and cix serve run the MCP server yourself, over stdio or remotely.
cix install wires this up for you, so you rarely need either.
Note — there is no cix status. To check whether your setup is healthy, run cix doctor.