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 |
|---|---|
1 | Switch to workstations view |
2 | Switch to configs view |
3 | Switch to SSH keys view |
j/k or arrows | Navigate up/down |
g/G | Go to top/bottom |
e | Edit selected item |
d | Delete selected item |
s | Start workstation |
S | Stop workstation |
r | Restart workstation |
Enter | SSH into workstation |
t | Tmux into workstation |
R | Manual refresh |
q | Quit |
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