feat(cli): Enhance CLI with new process management commands

This commit is contained in:
2025-03-04 11:44:55 +00:00
parent 0232741b89
commit 2dc766fa6e
7 changed files with 383 additions and 13 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-03-04 - 1.5.0 - feat(cli)
Enhance CLI with new process management commands
- Added comprehensive CLI commands for process management including start, stop, restart, list, describe and logs.
- Implemented memory string parsing for process memory limits.
- Enhanced CLI output with formatted table listings for active processes.
## 2025-03-03 - 1.4.0 - feat(core)
Introduced process management features using ProcessWrapper and enhanced configuration.