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
@@ -269,7 +269,7 @@ function createConfigForRole(dir, role, extraConfig = {}) {
});
case 'cli':
case 'cli-plugin':
case 'cli-module':
case 'node-library':
case 'backend':
case 'backend-plugin':
+1 -1
View File
@@ -38,7 +38,7 @@ const FRONTEND_ROLES = [
const NODE_ROLES = [
'backend',
'cli',
'cli-plugin',
'cli-module',
'node-library',
'backend-plugin',
'backend-plugin-module',