Skip to content

commands

Terminal window
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

OptionTypeDescription
--all, -aBooleanInclude hidden commands (deprecated colon aliases, the internal models group, stubs). Default: False.
--jsonBooleanEmit the command tree as JSON for scripts / docs tooling. Default: False.