@code-rag/cli
v0.1.10
Published
CLI tool for CodeRAG — init, index, search, serve, and status commands for codebase context engine
Maintainers
Readme
@code-rag/cli
CLI tool for CodeRAG -- init, index, search, serve, and status commands for the intelligent codebase context engine.
Installation
npm install -g @code-rag/cliUsage
coderag init # Initialize a .coderag.yaml config
coderag index # Index the codebase
coderag search <q> # Search the indexed codebase
coderag serve # Start the MCP server
coderag status # Show index statusDocumentation
See the main repository for full documentation.
License
MIT
