commands
rai commands [OPTIONS]Show the full command tree (subgroups + verbs) at a glance.
Useful when you want to discover everything rai can do
without walking --help per subgroup. Subgroups are rendered
as branches; verbs as leaves with their short help.
Examples: rai commands # visible tree rai commands —all # include hidden / deprecated rai commands —json | jq # machine-readable
Options
Section titled “Options”| Option | Type | Description |
|---|---|---|
--all, -a | Boolean | Include hidden commands (deprecated colon aliases, the internal models group, stubs). Default: False. |
--json | Boolean | Emit the command tree as JSON for scripts / docs tooling. Default: False. |