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-mono 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-mono repository (uses local files)
- Clear error messages guide users when restrictions apply
- Ensures reliable deployments for all installation methods

