vona-cli-set-api
v1.1.127
Published
vona cli-set-api
Readme
vona-cli-set-api
This package contains the authoritative Vona command catalog for backend-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 Vona command families exist
- which command names are registered
- which command module implements each entry
Current families include:
defaultbincreateinittools
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/bin.play.ts
Recommended navigation path
- run
npm run vona - inspect
../cli/src/bin/vona.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
