CLI Reference
The CodeBroker CLI is a blazing fast local code graph — every command below is available once you've run codebroker init. Run codebroker help at any time to see this list from your terminal.
codebroker help
Commands
| Command | Description |
|---|---|
| init | Initializes the database and indexes the codebase |
| query | Queries the graph for a specific symbol |
| dependents | — |
| context | — |
| knowledge | — |
| metrics | — |
| analytics | — |
| dashboard | — |
| reindex-incremental | Re-parses only the given files and re-links their edges, instead of a full repository rebuild. Faster for small edits. |
| bind | Instantly hooks up Claude Desktop and Antigravity to the current directory |
| validate | Validates the structure and health of the compiled graph |
| inspect | Inspects a single relationship's deterministic resolution trace |
| validate-tools | Validates Repository Capability (Tool Agreements & Graph Completeness) |
| analyze-resolution | Analyzes the resolution pipeline and outputs aggregate statistics |
| summary | Prints a high-level summary of the project |
| overview | Prints a logical overview of the project's subsystems |
| hotspots | Prints project structural hotspots |
| architecture | Prints architectural layers inferred from dependencies |
| entrypoints | Prints categorized entrypoints |
| prepare-context | Prepares context for a subsystem |
| update | Updates the CodeBroker CLI to the latest release |
| help | Print this message or the help of the given subcommand(s) |