Version Packages

This commit is contained in:
github-actions[bot]
2026-03-17 21:39:07 +00:00
parent e704c00979
commit 5725b5fcfa
679 changed files with 6785 additions and 2555 deletions
+9
View File
@@ -0,0 +1,9 @@
# @backstage/cli-module-actions
## 0.0.1
### Patch Changes
- 42960f1: 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.
- Updated dependencies
- @backstage/cli-node@0.3.0
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli-module-actions",
"version": "0.0.0",
"version": "0.0.1",
"description": "CLI module for executing distributed actions",
"backstage": {
"role": "cli-module"