Merge pull request #32627 from backstage/fix-plugipPackage-metadata

cli: Add pluginPackage support to backend-plugin-module template
This commit is contained in:
Patrik Oldsberg
2026-03-17 22:18:16 +01:00
committed by GitHub
13 changed files with 406 additions and 28 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli-module-maintenance': patch
---
Added auto-fill of `backstage.pluginPackage` metadata for known plugins during `repo fix`.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/cli-module-new': patch
'@backstage/cli': patch
---
The `new` command now prompts for the plugin package name when creating plugin modules, in order to properly populate the `package.json` file.