Historical note: lager boxes connect was later removed from open-source Lager once Stout became the canonical box bootstrap and orchestration layer.
Features
- Command-in-progress lock — When a
lagercommand is running on a Lager Box, all other commands are automatically blocked with a clear error message, including from the same user. Locks auto-expire after 30 minutes to handle crashed CLI processes - User lock (
lager boxes lock/unlock) — Explicitly lock a Lager Box so only you can run commands on it. Other users see a lock error until you unlock. The user who locked it can still run commands --force-commandglobal flag to bypass command-in-progress lockslager boxeslist now shows “locked by” and “busy” columns when applicablelager python --kill,--kill-all, and--reattachskip lock checks so you can always manage running processes
Improvements
- Hardcoded control plane URL for the historical
lager boxes connectflow, removing the--urlflag

