Terminal UI

A k9s-style management TUI over workstations, configs, and bindings.

rl tui

Launch a k9s-style management terminal UI over your Workstations, WorkstationConfigs, LocalBindings, SSH keys, and Grants. Federated control planes you have logged into appear alongside local ones.

rl tui                             # all namespaces you can see
rl tui -n team-blue                # scope to one namespace
rl tui --theme dark --refresh 3
FlagDescription
--theme <theme>Color theme: auto (default), dark, light, basic.
--refresh <seconds>Fallback refresh cadence (default 5).
-n, --namespace <ns>Namespace (default: all).
-A, --all-namespacesAll namespaces (equivalent to -n "").
--as <subject>Impersonate a subject.
--home <dir>Data directory.

The TUI is a convenience layer over the same resource API the other commands use. Anything you can see there you can also reach with get and friends.

Note

This page is the command summary. For a full walkthrough (navigation, per-view actions, the create wizard, describe and troubleshoot, filtering, and live federation) see the dedicated Terminal UI section.