diff --git a/.changeset/cli-execute-loader.md b/.changeset/cli-execute-loader.md index 4636468864..ce9665e01d 100644 --- a/.changeset/cli-execute-loader.md +++ b/.changeset/cli-execute-loader.md @@ -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. diff --git a/.changeset/cli-report-parser-cleye.md b/.changeset/cli-report-parser-cleye.md index f374abb097..f8d9141c66 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:`). 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. diff --git a/.github/vale/config/vocabularies/Backstage/accept.txt b/.github/vale/config/vocabularies/Backstage/accept.txt index f6f37b17cf..cbe8ee2adf 100644 --- a/.github/vale/config/vocabularies/Backstage/accept.txt +++ b/.github/vale/config/vocabularies/Backstage/accept.txt @@ -576,3 +576,4 @@ zsh resizable enums LLMs +cleye