Skip to main content

Features

  • disconnect_wifi() standalone function for the Python WiFi API
  • lager boxes now reads project-level .lager files in addition to the global ~/.lager — boxes defined in a project .lager take precedence over global ones
  • WiFi Python API docs updated to use standalone functions instead of class-based patterns

Bug Fixes

  • Fixed lager boxes showing empty results in fresh Docker containers when boxes were defined in a project-level .lager file but no global ~/.lager existed
  • Fixed typo in wifi/status.py

Installation

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

Resources

View Release on PyPI