Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

@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/cli

Usage

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 status

Documentation

See the main repository for full documentation.

License

MIT