Merge pull request #8039 from backstage/rugvip/create

cli: add create command to replace create-plugin
This commit is contained in:
Patrik Oldsberg
2021-11-15 21:59:10 +01:00
committed by GitHub
30 changed files with 1708 additions and 65 deletions
+2 -1
View File
@@ -23,7 +23,8 @@
"lint:all": "lerna run lint --",
"lint:type-deps": "node scripts/check-type-dependencies.js",
"docker-build": "yarn tsc && yarn workspace example-backend build --build-dependencies && yarn workspace example-backend build-image",
"create-plugin": "backstage-cli create-plugin --scope backstage --no-private",
"backstage-create": "backstage-cli create --scope backstage --no-private",
"create-plugin": "yarn backstage-create --select plugin",
"remove-plugin": "backstage-cli remove-plugin",
"release": "changeset version && yarn diff --yes && yarn prettier --write '{packages,plugins}/*/{package.json,CHANGELOG.md}' && yarn install",
"prettier:check": "prettier --check .",