Merge pull request #33381 from backstage/blam/actions-cli

feat(cli): add actions CLI module for distributed actions registry
This commit is contained in:
Patrik Oldsberg
2026-03-17 12:41:15 +01:00
committed by GitHub
37 changed files with 1510 additions and 24 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli-module-actions': patch
---
Added `actions` CLI module for listing and executing actions from the distributed actions registry. Includes `actions list`, `actions execute`, and `actions sources` commands for managing plugin sources.
@@ -0,0 +1,5 @@
---
'@backstage/backend-defaults': minor
---
The actions registry invoke endpoint now accepts direct user credentials in addition to service principals, enabling CLI and other direct user clients to invoke actions.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli-module-auth': patch
---
Export auth helper utilities for use by other CLI modules. Added per-instance config storage with `getInstanceConfig` and `updateInstanceConfig`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli-defaults': patch
---
Added `@backstage/cli-module-actions` to the default set of CLI modules.