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

