chore: add backstage cli

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino 2024-09-20 21:42:57 +02:00
parent afa591c4c8
commit 37a5c14e9a
2 changed files with 907 additions and 11 deletions

View File

@ -8,18 +8,19 @@
},
"scripts": {
"create-workspace": "community-cli workspace create",
"postinstall": "husky"
"postinstall": "husky",
"prettier:check": "prettier --check .",
"prettier:fix": "prettier --write ."
},
"type": "module",
"packageManager": "yarn@3.2.3",
"dependencies": {
"devDependencies": {
"@backstage-community/cli": "portal:./workspaces/repo-tools/packages/cli",
"@backstage/cli": "^0.27.0",
"@backstage/cli-node": "^0.2.2",
"@changesets/parse": "^0.4.0",
"@octokit/rest": "^20.1.1"
},
"devDependencies": {
"@manypkg/get-packages": "^2.2.2",
"@octokit/rest": "^20.1.1",
"@spotify/eslint-plugin": "^15.0.0",
"@spotify/prettier-config": "^15.0.0",
"array-to-table": "^1.0.1",

907
yarn.lock

File diff suppressed because it is too large Load Diff