feat(cli): Add support for restarting all processes from CLI; improve usage message and reporting
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user