Skip to content

grafos docs

Search and browse docs.tenura.systems from the CLI.

grafos docs

Search and browse docs.tenura.systems from the CLI
Usage: grafos docs [OPTIONS]
Options:
--fabric <FABRIC> Fabric address (host:port). Overrides GRAFOS_FABRIC env var [env: GRAFOS_FABRIC=]
--overview Print the documentation table of contents. This is the default
--json Output in JSON format for scripting
-s, --search <TERMS> Search the built-in docs index for one or more terms
--section <SECTION> Restrict overview or search to one docs section [possible values: home, concepts, quickstart, cookbook, cli, sdk, tasklet-abi, spec]
--wide Show additional columns in table output
--limit <LIMIT> Maximum number of search results to print [default: 15]
--no-color Disable color output
--pool <POOL> Pool name (default: "default") [default: default]
-h, --help Print help
-V, --version Print version

Examples

Terminal window
grafos docs
grafos --docs-overview
grafos docs --section cookbook
grafos docs --search "gpu lease"
grafos docs --search "fencing stale write" --section cookbook --wide
grafos --json docs --search "tasklet abi"

The search index is compiled into the grafos binary. It does not query the website at runtime; results are deterministic and work offline, while each result links to the canonical online page.

Agent discovery

The agent surfaces point back at the same docs search path:

Terminal window
grafos agent doctor
grafos agent skill show

grafos agent doctor prints the docs overview command, a sample docs search command, and the public docs URL. The bundled grafos-programmer skill also tells coding agents to use grafos docs before guessing API shapes or workflows.