cli-common: add unified run utils

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-11-29 13:46:39 +01:00
parent c353de0b9b
commit 5cfb2a4ea8
7 changed files with 306 additions and 0 deletions
+3
View File
@@ -35,11 +35,14 @@
"test": "backstage-cli package test"
},
"dependencies": {
"@backstage/errors": "workspace:^",
"cross-spawn": "^7.0.3",
"global-agent": "^3.0.0",
"undici": "^7.2.3"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@types/cross-spawn": "^6.0.2",
"@types/node": "^20.16.0"
}
}