CLI
dokkai graph
Graph-only run, or fetch a project's normalized structural graph.
bash
# A directory argument: enqueue a graph-only run (cgr only)
dokkai graph /absolute/path/to/your/repo --out graph.json
# A project-name argument: fetch its normalized structural graph
dokkai graph your-repo --out graph.jsonA directory argument enqueues POST /instances/graph (cgr only, no LLM/Weaviate) and prints the canonical graph JSON path. A project name argument fetches and prints/writes its normalized structural graph (GET /graph/{project}?include=structural).
Omit
--out and stdout output pipes cleanly into jq or a file.