wer worker

Manage the background reconciliation worker process.

Usage

wer worker <start|stop|restart|status>

Description

The worker command manages the background process responsible for reconciling workstation state. The worker continuously monitors your workstations and ensures their actual infrastructure state matches the desired state defined in werkr. It handles provisioning, teardown, and state transitions automatically.

Subcommands

Subcommand Description
start Start the background worker process
stop Stop the background worker process
restart Restart the background worker process
status Show the current status of the worker process

Examples

# Start the worker
wer worker start

# Check the worker status
wer worker status

# Restart the worker after a configuration change
wer worker restart

# Stop the worker
wer worker stop