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
+78
View File
@@ -12,6 +12,7 @@ Options:
-h, --help
Commands:
actions [command]
auth [command]
build-workspace
config [command]
@@ -31,6 +32,83 @@ Commands:
versions:migrate
```
### `backstage-cli actions`
```
Usage: backstage-cli actions [options] [command] [command]
Options:
-h, --help
Commands:
execute
help [command]
list
sources [command]
```
### `backstage-cli actions execute`
```
Usage: backstage-cli actions execute
Options:
--instance <string>
-h, --help
```
### `backstage-cli actions list`
```
Usage: backstage-cli actions list
Options:
--instance <string>
-h, --help
```
### `backstage-cli actions sources`
```
Usage: backstage-cli actions sources [options] [command] [command]
Options:
-h, --help
Commands:
add
help [command]
list
remove
```
### `backstage-cli actions sources add`
```
Usage: backstage-cli actions sources add
Options:
-h, --help
```
### `backstage-cli actions sources list`
```
Usage: backstage-cli actions sources list
Options:
-h, --help
```
### `backstage-cli actions sources remove`
```
Usage: backstage-cli actions sources remove
Options:
-h, --help
```
### `backstage-cli auth`
```