wer bridge

Start the interactive terminal UI for managing workstations.

Usage

wer bridge [flags]

Description

The bridge command launches a terminal-based user interface (TUI) that provides a visual, interactive way to manage your workstations. From the bridge, you can view workstation status, start and stop instances, open shells, and perform other common operations without memorizing individual CLI commands.

The bridge provides a real-time view of all your resources - workstations, configurations, and SSH keys - making it ideal for day-to-day management tasks.

Flags

Flag Description
--refresh Refresh interval in seconds (default: 5)
--theme Color theme: auto, dark, light, or basic (default: auto)

Key Bindings

Key Action
1Switch to workstations view
2Switch to configs view
3Switch to SSH keys view
j/k or arrowsNavigate up/down
g/GGo to top/bottom
eEdit selected item
dDelete selected item
sStart workstation
SStop workstation
rRestart workstation
EnterSSH into workstation
tTmux into workstation
RManual refresh
qQuit

Examples

# Launch the interactive terminal UI
wer bridge

# Launch with a specific theme
wer bridge --theme dark

# Launch with a faster refresh interval
wer bridge --refresh 2