App
radius --version reports the CLI package version without connecting to Radius.
The remaining commands report the connected Radius version, compatibility,
application status, and browser windows.
Windows
Groups
group show prints the group’s tabs and split layout. group create creates a
group containing the requested tab. If the tab is part of a split, the whole
split is grouped as one collection.
Tabs
tab split additionally supports:
Events
Common options
Machine-readable output
Add--json when a script or agent needs one structured result. radius events
always streams compact JSON Lines because it produces multiple results over
time.
Revision guards
Mutation results include aworkspaceRevision. Pass that value back with
--if-workspace-revision when a command must apply to the same workspace state
that your program inspected:
REVISION_CONFLICT without applying the mutation. Revision guards are optional,
and ordinary shell scripts generally do not need them.