Browse docs

← All docs

docs / commands.md

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 command

Setting up

CommandDoesKey flags
cix installRegister cix with your AI clients--client, --guardrails, --url
cix loginAuthenticate and fetch credentials--whoami, --logout, --no-browser
cix initLink a repository to its cix project--client, --yes, --skip-audit, --no-mcp, --disable
cix uninstallRemove cix integrations--client, --project, --purge-data, --remove-package

Indexing

CommandDoesKey flags
cix indexBuild or update the index--push, --full, --github-token, --file, --rebuild, --retire
cix doctorDiagnose your install and project setup--json, --repair-duplicates, --yes

Account

CommandDoes
cix loginSign in
cix logoutClear stored credentials on this machine
cix whoamiShow who you are signed in as

Config and enforcement

CommandDoesKey flags
cix configView or change per-project settings--json, --guard, --no-guard, --repo
cix hooksSuspend or restore cix hooksdisable, enable, status

Maintenance

CommandDoesKey flags
cix vitalScore the structural health of the index--json
cix catchupSummarise what changed since you last looked--since, --mine, --verbose, --json
cix feedbackPrint the link to the web feedback form
cix cleanDelete 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.