Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.lagerdata.com/llms.txt

Use this file to discover all available pages before exploring further.

Bug Fixes

  • lager python --detach now holds command lock: Detached Python scripts now correctly keep the Lager Box marked as busy while the script runs. Previously, the command lock was released immediately after detaching, allowing other commands (e.g. lager hello) to run against a busy box. The lock is automatically released when the detached process finishes or is killed.

Installation

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

Resources

View Release on PyPI