Skip to content

Commit b8721b6

Browse files
committed
feat(management): enhance template discovery and developer experience
- Add --verbose flag to build, watch, and list_templates commands - Implement comprehensive error handling for template path resolution - Add performance metrics and timing information for all operations - Enhance list_templates with detailed scanning diagnostics and error reporting - Improve CLI download progress with file size and permission details - Add colorized console output with emojis for better visual feedback
1 parent 78c043a commit b8721b6

File tree

2 files changed

+262
-18
lines changed

2 files changed

+262
-18
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131
- Introduced file existence caching with 5-second duration for hot paths
3232
- Enhanced CLI binary validation to skip redundant downloads
3333
- Preserved existing custom CSS content while optimizing default file creation
34+
- Enhanced template discovery and developer experience with verbose logging.
35+
- Added `--verbose` flag to `build`, `watch`, and `list_templates` commands
36+
- Implemented comprehensive error handling for template path resolution
37+
- Added performance metrics and timing information for all operations
38+
- Enhanced `list_templates` with detailed scanning diagnostics and error reporting
39+
- Improved CLI download progress with file size and permission details
40+
- Added colorized console output with emojis for better visual feedback
3441

3542
## 4.2.4
3643

0 commit comments

Comments
 (0)