cli-node, cli: move yarnPlugin and SuccessCache to cli-node

Move `getHasYarnPlugin` and `SuccessCache` from `@backstage/cli` internal
modules to `@backstage/cli-node` as public exports, making them available
for reuse by other CLI tooling.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-02-25 11:52:36 +01:00
parent dd6408d682
commit 3c811bf8a9
15 changed files with 77 additions and 8 deletions
+1
View File
@@ -39,6 +39,7 @@
"@yarnpkg/parsers": "^3.0.0",
"fs-extra": "^11.2.0",
"semver": "^7.5.3",
"yaml": "^2.0.0",
"zod": "^3.25.76"
},
"devDependencies": {