feat(cli): Add update command to CLI to update NUPST from repository and refresh the systemd service

This commit is contained in:
2025-03-25 09:23:00 +00:00
parent 08f537aefd
commit 0a8a52f334
3 changed files with 90 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/nupst',
version: '1.8.2',
version: '1.9.0',
description: 'Node.js UPS Shutdown Tool for SNMP-enabled UPS devices'
}