Skip to main content

Features

  • lager install-wheel path/to/wheel --box X installs a local Python wheel file on a Lager Box. Automatically uninstalls any previously installed version of the package before installing, so the version number does not need to be bumped on every rebuild. The package name is parsed from the wheel filename per the wheel specification.

Installation

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

Resources

View Release on PyPI