Skip to main content
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 lager command 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-command global flag to bypass command-in-progress locks
  • lager boxes list now shows “locked by” and “busy” columns when applicable
  • lager python --kill, --kill-all, and --reattach skip lock checks so you can always manage running processes

Improvements

  • Hardcoded control plane URL for the historical lager boxes connect flow, removing the --url flag

Installation

To install this version:
pip install lager-cli==0.12.0
To upgrade from a previous version:
pip install --upgrade lager-cli

Resources

View Release on PyPI