CLI overview¶
This page maps the public command groups. Use the workflow guides when you need help deciding which command to run.
Core workflow¶
Use these commands for the normal local path:
kbolt setup localkbolt doctorkbolt collection addkbolt watch enablekbolt search
Command map¶
Search and retrieval¶
searchfor ranked retrievallsfor listing indexed files in a collectiongetfor reading one documentmulti-getfor reading multiple documents within size limits
Reference:
Content management¶
spacefor namespacescollectionfor registered directoriesignorefor gitignore-style exclusionswatchfor automatic freshness as files changeupdatefor immediate manual re-indexingschedulefor periodic batch re-indexing
Reference:
Local setup and health¶
setup localfor the default local stacklocalfor managedllama-serverprocessesdoctorfor readiness checksstatusfor index and storage summarymodels listfor configured role bindings
Reference:
Agent integration¶
mcpto start the MCP server
Reference:
Benchmarking¶
evalfor retrieval benchmarks and dataset import
Reference:
Output formats¶
Most commands support:
Use cli for humans and json when another tool needs structured output.
Next steps¶
- For the end-to-end path, see Quickstart.
- For freshness choices, see Keep indexes fresh.
- For health checks, see Health and status.
- For concepts that shape the CLI, see Search modes and Spaces and collections.