Reference¶
Lookup material. Every entry states what something is, what it defaults to, and what happens when it is wrong.
Command-line¶
- CLI reference — the root command, the
--outputflag, dispatch order, the built-in command set, exit codes. version,doctor,initconfig—show/get/set/schema/validatecredentials—list/add/remove/test/doctortelemetry—status/enable/disable/resetdocs—list/show/browse/serve/askupdate—check/runmcp—serve/list
Configuration and state¶
- Environment variables and on-disk files — everything read from the environment, everything written to disk, per platform.
ToolMetadatafields this family reads — the build-time values that change CLI behaviour.- Automatic update checks — the pre-run policy hook, its throttle, and its failure behaviour.
Build-time¶
- Crates, Cargo features and registries — the four crates, the one Cargo feature, the four link-time registries, the MSRV.
Where the Rust API reference lives¶
Item-level signatures are on docs.rs, generated from the source: rtb-cli · rtb-docs · rtb-update · rtb-mcp.
This site does not restate them. A signature copied into prose goes stale the first time it changes; the generated reference cannot.