wer start

Start a stopped workstation.

Usage

wer start <name>

Description

The start command resumes a workstation that was previously stopped. The workstation's disk and configuration are preserved from when it was stopped, so it will boot back into its previous state. Starting a workstation provisions the compute instance from the cloud provider.

Arguments

Argument Description
name The name of the workstation to start

Examples

# Start a stopped workstation
wer start my-dev

# Start and then connect
wer start my-dev && wer shell my-dev