feat(cli): Add support for restarting all processes from CLI; improve usage message and reporting

This commit is contained in:
2025-08-29 12:16:43 +00:00
parent 47afd4739a
commit 27384d03c7
3 changed files with 30 additions and 5 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-08-29 - 4.1.0 - feat(cli)
Add support for restarting all processes from CLI; improve usage message and reporting
- CLI 'restart' command now accepts 'all' to restart all processes via the daemon (tspm restart all).
- Improved usage/help output when no process id is provided.
- CLI now prints summaries of restarted process IDs and failed restarts and sets a non-zero exit code when any restarts failed.
## 2025-08-29 - 4.0.0 - BREAKING CHANGE(cli)
Add persistent process registration (tspm add), alias remove, and change start to use saved process IDs (breaking CLI behavior)