Rename CliPlugin to CliModule and cli-plugin role to cli-module

Rename createCliPlugin to createCliModule, CliPlugin to CliModule, and
the cli-plugin package role to cli-module to better distinguish CLI
modules from other plugin types.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-13 07:54:28 +01:00
parent 1929a95b97
commit 18012b5802
33 changed files with 77 additions and 77 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/cli-node': patch
---
Added a new `cli-plugin` package role for packages that provide CLI plugin extensions.
Added a new `cli-module` package role for packages that provide CLI plugin extensions.
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/cli-node': minor
---
Added `createCliPlugin` API and related types for building Backstage CLI plugins.
Added `createCliModule` API and related types for building Backstage CLI plugins.
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/cli': patch
---
Added support for the new `cli-plugin` package role in the build system, ESLint configuration, Jest configuration, and maintenance commands.
Added support for the new `cli-module` package role in the build system, ESLint configuration, Jest configuration, and maintenance commands.
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/cli': patch
---
Migrated CLI plugin modules to use `createCliPlugin` from `@backstage/cli-node`.
Migrated CLI plugin modules to use `createCliModule` from `@backstage/cli-node`.