simpleflo

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 jira

Tip: Use conduit --help to see the full flag list per command.

Output formats

conduit query "status" --output json

This is useful for scripting or piping into other tools.