feat(cli): Add config command to display current configuration and update CLI help

This commit is contained in:
2025-03-25 11:17:10 +00:00
parent ebc6f65fa9
commit bbb8f4a22c
4 changed files with 119 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-03-25 - 2.2.0 - feat(cli)
Add 'config' command to display current configuration and update CLI help
- Introduce new 'config' command to show SNMP settings, thresholds, and configuration file location
- Update help text to include details for 'nupst config' command
## 2025-03-25 - 2.1.0 - feat(cli)
Add uninstall command to CLI and update shutdown delay for graceful VM shutdown