Files
backstage/.changeset/cli-split-loadCliConfig.md
T
Patrik Oldsberg c85ac86117 cli: split loadCliConfig into separate build and config implementations
Split the shared loadCliConfig function into two separate implementations
to remove the cross-module dependency from build to config.

The build module's version keeps the watch/streaming capability needed by
the dev server, while the config module's version is simplified to
one-shot loading since no config commands need watching.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-25 16:11:57 +01:00

180 B

@backstage/cli
@backstage/cli
patch

Internal refactor to split loadCliConfig into separate implementations for the build and config CLI modules, removing a cross-module dependency.