feat(FN-3763): add cli printing press wizard plugin
Implements a new `fusion-plugin-cli-printing-press` plugin with a multi-step wizard UI for authoring CLI commands, including draft storage, route registration, and validation — plus integration wiring in the dashboard's plugin view registry. Includes TypeScript build and ESM import fixes for the plu Fusion-Task-Id: FN-3763
This commit is contained in:
@@ -2,5 +2,15 @@
|
||||
"id": "fusion-plugin-cli-printing-press",
|
||||
"name": "CLI Printing Press",
|
||||
"version": "0.1.0",
|
||||
"description": "Generate and manage CLIs for external services using cli-printing-press"
|
||||
"description": "Guided wizard for drafting external service CLI definitions",
|
||||
"dashboardViews": [
|
||||
{
|
||||
"viewId": "wizard",
|
||||
"label": "Create Service CLI",
|
||||
"componentPath": "./dashboard-view",
|
||||
"icon": "Wand2",
|
||||
"placement": "primary",
|
||||
"order": 60
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user