Framework
CliCommandEntry
Interface: CliCommandEntry
CLI command entry in the manifest.
Properties
| Property | Type | Description |
|---|---|---|
description | string | Command description |
options? | CliOptionConfig[] | Options defined by this command |
path | string | Handler file path (relative to build directory or node_modules) |
plugin | string | Plugin that provides this command (null for project) |
positionalArgs? | boolean | Whether this command accepts positional arguments |
priority | number | Priority for conflict resolution |
subcommands? | string[] | Subcommands (keys are subcommand names) |
