zova-cli-set-front
v1.2.96
Published
zova cli-set-front
Readme
zova-cli-set-front
This package contains the authoritative Zova command catalog for frontend-oriented CLI workflows.
Source of truth
The top-level command-family registry lives in:
src/lib/commands.ts
Inspect this file first when you need to answer:
- which Zova command families exist
- which command names are registered
- which command module implements each entry
Current families include:
defaultbincreateinitrefactortoolsopenapi
Command metadata surface
Each command module under src/lib/command/ provides the main CLI-facing metadata for that command, typically including:
beaninfo.titleinfo.usageoptions
Representative example:
src/lib/command/tools.metadata.ts
Recommended navigation path
- run
npm run zova - inspect
../cli/src/bin/zova.tsfor entry dispatch only - inspect
src/lib/commands.tsfor the authoritative family map - inspect the specific command module for usage and options
Public reference
For the compact top-level overview shared across Vona and Zova, see:
../../../cabloy-docs/reference/cli-reference.md
