LogoRobo.js
Framework

CliExtensionEntry

Interface: CliExtensionEntry

CLI extension entry in the manifest.

Properties

PropertyTypeDescription
hasAfter?booleanWhether this extension has an after hook
hasBefore?booleanWhether this extension has a before hook
options?CliOptionConfig[]Options added by this extension
pathstringExtension file path
pluginstringPlugin that provides this extension (null for project)
prioritynumberPriority for option conflicts

On this page