Add cli-plugin package role

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-02-27 23:25:27 +01:00
parent 6f01c33a0e
commit 94a885a2ef
10 changed files with 33 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli-node': patch
---
Added a new `cli-plugin` package role for packages that provide CLI plugin extensions.
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Added support for the new `cli-plugin` package role in the build system, ESLint configuration, Jest configuration, and maintenance commands.