diff --git a/.changeset/cli-report-parser-cleye.md b/.changeset/cli-report-parser-cleye.md index f805aeb5d4..f374abb097 100644 --- a/.changeset/cli-report-parser-cleye.md +++ b/.changeset/cli-report-parser-cleye.md @@ -2,4 +2,4 @@ '@backstage/repo-tools': patch --- -Updated CLI report parser to support cleye-style help output sections (`USAGE:` and `FLAGS:`). +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.