fix(cli): Refactor logs command to use child_process spawn for real-time log tailing

This commit is contained in:
2025-03-25 09:20:55 +00:00
parent 9bfb948e5c
commit 8431ef91a8
4 changed files with 41 additions and 3 deletions

View File

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