Skip to main content

Improvements

HTTPS Deployment

  • lager install now deploys box code via HTTPS git clone instead of SSH, removing the need for GitHub deploy keys
  • lager update automatically migrates existing boxes from SSH to HTTPS remote URLs
  • Open-source release: the repository is publicly accessible, enabling installation and updates without GitHub credentials

Installation

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

Resources

View Release on PyPI