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.

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 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 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