feat(cli): Improve CLI output and logging with colored header, grouped script listings, and ANSI-styled logger

This commit is contained in:
2025-10-28 19:03:13 +00:00
parent d832343b38
commit 45ac9af405
4 changed files with 58 additions and 15 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## 2025-10-28 - 1.4.0 - feat(cli)
Improve CLI output and logging with colored header, grouped script listings, and ANSI-styled logger
- Set smartcli instance version from deno.json to surface the package version in the CLI
- Revamp standard command output with a colored ASCII header, clearer commands list, and improved usage line
- Group script index output by type including Proxmox VE host (pve), Containers (ct), Virtual Machines (vm), and Other
- Enhance scripts listing formatting (slug padding and bullet points) for readability
- Replace timestamped logger messages with ANSI-colored output and icons for error/warn/success/info
## 2025-10-28 - 1.3.6 - fix(deps)
Bump smartcli dependency and add local settings file