Framework
CliExtensionEntry
Interface: CliExtensionEntry
CLI extension entry in the manifest.
Properties
| Property | Type | Description |
|---|---|---|
hasAfter? | boolean | Whether this extension has an after hook |
hasBefore? | boolean | Whether this extension has a before hook |
options? | CliOptionConfig[] | Options added by this extension |
path | string | Extension file path |
plugin | string | Plugin that provides this extension (null for project) |
priority | number | Priority for option conflicts |
