a649c598ad
Phase 1-2: Migrate to Deno with npm: and node: specifiers
...
- Created deno.json configuration
- Updated all imports to use npm:net-snmp@3.20 .0
- Changed all Node.js built-in imports to node: specifiers
- Updated all .js extensions to .ts in imports
- Created mod.ts as Deno entry point
- Ready for Phase 3: CLI simplification
2025-10-18 11:59:55 +00:00
9969e0f703
feat(cli): Refactor CLI commands to use dedicated handlers for UPS, group, and service management
2025-03-28 22:12:01 +00:00
c593d76ead
fix(cli): Simplify UPS ID generation by removing the redundant promptForUniqueUpsId function in the CLI module and replacing it with the shortId helper.
2025-03-28 16:32:08 +00:00
0e55f22dad
BREAKING CHANGE(core): Add multi-UPS support and group management; update CLI, configuration and documentation to support multiple UPS devices with group modes
2025-03-28 16:19:43 +00:00
45ee8208b5
fix(cli): Improve CLI logging consistency by replacing direct console output with unified logger calls.
2025-03-26 22:38:24 +00:00
f3de3f0618
fix(logger): Replace direct console logging with unified logger interface for consistent formatting
2025-03-26 22:28:38 +00:00
6eb92959ec
fix(cli): Fix CLI update output box formatting
2025-03-26 18:13:12 +00:00
459911fe5f
fix(cli, systemd): Adjust log formatting for consistent output in CLI and systemd commands
2025-03-26 18:08:43 +00:00
588aeabf4b
fix(cli): Improve CLI formatting, refine debug option filtering, and remove unused dgram import in SNMP manager
2025-03-26 17:49:50 +00:00
cc1cfe894c
feat(setup): Add --force update flag to setup script and update installation instructions
2025-03-26 13:49:47 +00:00
ae8219acf7
feat(cli): Automatically restart running NUPST service after configuration changes in interactive setup
2025-03-25 13:26:27 +00:00
bd5b85f6b0
feat(installer/cli): Add OS detection and git auto-installation support to install.sh and improve service setup prompt in CLI
2025-03-25 11:25:03 +00:00
bbb8f4a22c
feat(cli): Add config command to display current configuration and update CLI help
2025-03-25 11:17:10 +00:00
0a459f9cd0
feat(cli): Add uninstall command to CLI and update shutdown delay for graceful VM shutdown
2025-03-25 11:05:58 +00:00
edce110c8a
fix(cli/systemd): Fix status command to pass debug flag and improve systemd status logging output
2025-03-25 10:27:08 +00:00
0a8a52f334
feat(cli): Add update command to CLI to update NUPST from repository and refresh the systemd service
2025-03-25 09:23:00 +00:00
8431ef91a8
fix(cli): Refactor logs command to use child_process spawn for real-time log tailing
2025-03-25 09:20:55 +00:00
1e74fbe367
initial
2025-03-25 09:06:23 +00:00