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
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Introduces new `backstage-cli create` command to replace `create-plugin` and make space for creating a wider array of things. The create command also adds a new template for creating isomorphic common plugin packages.