Skip to main content

Features

  • --force-command flag is now available on all subcommands that target a Lager Box (not just as a global flag). Place it anywhere after the subcommand name: lager python script.py --box lab-box --force-command
  • --force-command added to hello, install, uninstall, and boxes connect commands

Improvements

  • lager python --detach now keeps the command lock until the detached process finishes on the Lager Box, preventing others from accidentally interfering with running scripts. The lock is automatically released when the script completes
  • All commands that acquire locks now automatically support --force-command via shared decorator

Bug Fixes

  • Updated locking documentation to reflect current behavior (detach keeps lock, local flag syntax, correct lager boxes output format)

Installation

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

Resources

View Release on PyPI