Skip to main content

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

Adjacent opens and split commands support:
tab split additionally supports:
Examples:

Events

See Event streams.

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.
Successful mutations identify the changed resource and the resulting workspace revision:
The exact fields depend on the command. See Errors and exit codes for failure objects and process exit statuses.

Revision guards

Mutation results include a workspaceRevision. Pass that value back with --if-workspace-revision when a command must apply to the same workspace state that your program inspected:
If another command changed the workspace first, Radius returns REVISION_CONFLICT without applying the mutation. Revision guards are optional, and ordinary shell scripts generally do not need them.

IDs

Commands address live Radius resources with IDs:
Tab IDs remain valid while the tab is open. Group IDs identify the group shown in Radius.