Merge cli-plugin-api into cli-node

Move createCliPlugin and related types from the standalone
@backstage/cli-plugin-api package into @backstage/cli-node and
remove the now-empty package.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-13 07:39:15 +01:00
parent a90939e138
commit 7d055ef0c4
30 changed files with 65 additions and 135 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli-node': minor
---
Added `createCliPlugin` API and related types for building Backstage CLI plugins.
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/cli': patch
---
Migrated CLI plugin modules to use `createCliPlugin` from the new `@backstage/cli-plugin-api` package.
Migrated CLI plugin modules to use `createCliPlugin` from `@backstage/cli-node`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli-plugin-api': minor
---
Added a new `@backstage/cli-plugin-api` package that provides the `createCliPlugin` API for building Backstage CLI plugins.