feat(cli): Add uninstall command to CLI and update shutdown delay for graceful VM shutdown

This commit is contained in:
2025-03-25 11:05:58 +00:00
parent cf231e9785
commit 0a459f9cd0
5 changed files with 167 additions and 15 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-03-25 - 2.1.0 - feat(cli)
Add uninstall command to CLI and update shutdown delay for graceful VM shutdown
- Implement uninstall command in ts/cli.ts that locates and executes uninstall.sh with user prompts
- Update uninstall.sh to support environment variables for configuration and repository removal
- Increase shutdown delay in ts/snmp/manager.ts from 1 minute to 5 minutes to allow VMs more time to shut down
## 2025-03-25 - 2.0.1 - fix(cli/systemd)
Fix status command to pass debug flag and improve systemd status logging output