cli: Add pluginPackage support to backend-plugin-module template

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2026-02-02 15:28:42 +01:00
committed by Patrik Oldsberg
parent ef910b05b9
commit 971cc9457a
7 changed files with 127 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
The `new` command now prompts for the plugin package name when creating a backend plugin module, in order to properly populate the `package.json` file.