Skip to main content

Improvements

  • lager install and lager uninstall now provide detailed SSH error diagnostics (connection refused, no route to host, host key changes)
  • lager uninstall supports --dry-run flag to preview what would be removed without making changes
  • Deployment script uses SSH connection multiplexing for reliability over VPN connections
  • Shared host_in_known_hosts utility extracted to ssh_utils for consistent host key handling across commands

Installation

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

Resources

View Release on PyPI