Expand description
ferro make:json-view command implementation.
Generates a JSON-UI v2 spec file (src/views/{name}.json) from a ServiceDef
via the deterministic Spec::from_service_def renderer. Two ServiceDef sources
are supported:
- NL description (
-d "<text>") โscaffold_coreโServiceDef - Pre-serialized JSON file (
--from-service-json <path>) โServiceDef
Handlers call JsonUi::render_file("views/{name}.json", data).