homebridge/homebridge-raspbian-image

Check for updates for plugins via SSH

cl4udiu5 opened this issue · 3 comments

Raspberry Pi Model

Raspberry Pi 1 B

Current Situation

Is there a command I can use to check for updates for installed plugins via SSH?

I installed Homebridge via the image and the Pi Imager and then configured it.

The npm outdated command will show you this.

ssh into your RPI

sudo hb-shell
npm outdated

Output looks like this

Package Current Wanted Latest Location Depended by
homebridge-tasmota 0.1.5 0.1.5 0.1.8 node_modules/homebridge-tasmota homebridge

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

This issue has been closed as no further activity has occurred.