feat(cli): contribute a bundle command for dynamic loading

for both frontend and backend plugins.

Signed-off-by: David Festal <dfestal@redhat.com>
Assisted-by: Cursor
This commit is contained in:
David Festal
2026-01-29 16:51:10 +01:00
parent 3775ef5b51
commit 62d08492c7
28 changed files with 2479 additions and 37 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli-module-build': minor
---
Added `package bundle` command to create self-contained plugin bundles for dynamic loading, to be used by the `backend-dynamic-feature-service`. Supports backend and frontend plugins, with optional `--pre-packed-dir` for batch bundling from a pre-built workspace.