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
17 lines
397 B
JSON
17 lines
397 B
JSON
{
|
|
"id": "fusion-plugin-cli-printing-press",
|
|
"name": "CLI Printing Press",
|
|
"version": "0.1.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|