Skip to main content

Bug Fixes

  • Removed the automatic command-in-progress lock (ephemeral lock) that fired on every CLI command. The feature had multiple corner cases — supply commands never released the lock, long-running commands blocked all other commands on the same box, and detached processes left stale locks
  • Removed --force-command flag from all commands (no longer needed)

Improvements

  • User lock (lager boxes lock / lager boxes unlock) is unchanged and remains the recommended way to reserve a Lager Box

Installation

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

Resources

View Release on PyPI