Update changeset messages per review feedback

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-02-27 12:56:54 +01:00
parent aac8cd4cc2
commit 9810310781
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/cli': patch
---
Added support for lazy loading of CLI command implementations through a new loader pattern for `BackstageCommand.execute`.
Internal refactor of CLI modularization, moving individual commands to be implemented with cleye.
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/repo-tools': patch
---
Updated CLI report parser to support cleye-style help output sections (`USAGE:` and `FLAGS:`). Switched to synchronous child process execution for CLI report extraction to avoid stdout data loss.
Updated the CLI report parser to support cleye-style help output, and strip ANSI escape codes from captured output.
@@ -576,3 +576,4 @@ zsh
resizable
enums
LLMs
cleye