Skip to main content

Features

CLI Update Notifications

  • The CLI now checks PyPI in the background for newer versions of lager-cli and displays a notification after each command when an update is available
  • Checks are cached for 24 hours to avoid unnecessary network requests
  • Can be disabled by setting LAGER_NO_UPDATE_CHECK=1 or in CI environments

Bug Fixes

  • Fixed duplicate SPI channel entry in LabJack T7 instrument query (FIO0-FIO3 listed twice)

Improvements

  • Updated SPI and GPIO test scripts to use correct net names matching current Lager Box configuration

Installation

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

Resources

View Release on PyPI