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

@@ -1,5 +1,12 @@
# Changelog
## 2025-03-25 - 1.9.0 - feat(cli)
Add update command to CLI to update NUPST from repository and refresh the systemd service
- Integrate 'update' subcommand in CLI command parser
- Update documentation and help output to include new command
- Implement update process that fetches changes from git, runs install.sh/setup.sh, and refreshes systemd service if installed
## 2025-03-25 - 1.8.2 - fix(cli)
Refactor logs command to use child_process spawn for real-time log tailing