feat(cli): Add uninstall command to CLI and update shutdown delay for graceful VM shutdown

This commit is contained in:
2025-03-25 11:05:58 +00:00
parent cf231e9785
commit 0a459f9cd0
5 changed files with 167 additions and 15 deletions

View File

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