wer tmux

Connect to a persistent tmux session on a workstation.

Usage

wer tmux <name>

Description

The tmux command connects to (or creates) a persistent tmux session on the specified workstation. Unlike wer shell, which opens a standard SSH session that ends when you disconnect, a tmux session persists across disconnections. This means long-running processes continue even if your local connection drops, and you can reconnect to pick up exactly where you left off.

Arguments

Argument Description
name The name of the workstation to connect to

Examples

# Connect to a tmux session on a workstation
wer tmux my-dev

# Reconnect after a disconnection
wer tmux my-dev