Documentation
CLI Reference
Commands, flags, and example flows for the Conduit CLI.
Overview
The Conduit CLI is organized around a few command groups: init, connect, index, query, and audit.
Core commands
conduit init
conduit connect <source> <path>
conduit index
conduit query "your prompt"Flags and options
conduit query "what changed" --since 30d --source jiraTip: Use
conduit --helpto see the full flag list per command.
Output formats
conduit query "status" --output jsonThis is useful for scripting or piping into other tools.