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

@@ -1,5 +1,12 @@
# Changelog
## 2025-03-25 - 1.8.2 - fix(cli)
Refactor logs command to use child_process spawn for real-time log tailing
- Replaced execSync call with spawn to properly follow logs
- Forward SIGINT to the spawned process for graceful termination
- Await the child process exit to ensure clean shutdown of the CLI log command
## 2025-03-25 - 1.8.1 - fix(systemd)
Update ExecStart in systemd service template to use /opt/nupst/bin/nupst for daemon startup