Skip to main content

Features

PyPI Package Includes Deployment Scripts

  • lager install command now works when installed from PyPI
  • Deployment scripts are packaged with the CLI
  • Enables box deployment without cloning the lager-mono repository
  • Users can now install directly with pip install lager-cli and deploy boxes

Improvements

Deployment Mode Restrictions

  • PyPI installations restricted to sparse checkout mode only
  • Rsync mode requires lager-mono repository (uses local files)
  • Clear error messages guide users when restrictions apply
  • Ensures reliable deployments for all installation methods

Installation

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

Resources

View Release on PyPI