Historical note: boxes connect was a temporary migration seam. Current open-source Lager no longer exposes that command; Stout owns box install/bootstrap.
Features
--force-commandflag 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-commandadded tohello,install,uninstall, and the historicalboxes connectcommand
Improvements
lager python --detachnow 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-commandvia shared decorator
Bug Fixes
- Updated locking documentation to reflect current behavior (detach keeps lock, local flag syntax, correct
lager boxesoutput format)

