CLI Reference
Core commands
Section titled “Core commands”dissolve [--verbose] <command>
dissolve start [--port 7700] [--no-open]dissolve webdissolve stop
dissolve add PATH [--db PATH]dissolve remove PATHdissolve reindex PATH
dissolve search "query" [--limit 10] [--repo FILTER] [--json]dissolve statusdissolve onboard [--mcp]dissolve mcpdissolve print-config
dissolve config get [KEY]dissolve config set KEY VALUEstartdaemonizes and serves the UI on localhost.webopens the browser to the active daemon port.addperforms initial indexing and registers the directory.- Search ignores files excluded by
.gitignore. - Config defaults to
.dissolve/config.tomland uses OpenAI (OPENAI_API_KEY) unless changed. - Use
--verboseto enable debug logs (including embedding batch progress duringadd/reindex).