Fetch schema
Schema model
Each node contains:pathuseshortflags[](name,type,usage,default, optionalshorthand)subcommands[]
Practical uses
- Generate UI forms from flag metadata.
- Validate requested flags before execution.
- Produce autocomplete for command builders.
- Build policy-aware execution layers with
--enable-commands.
Notes
- Hidden commands are not included.
- Flag defaults are serialized as strings in schema output.
- Runtime constraints (for example, mutually exclusive amount flags) still require command execution validation.

