LogoRobo.js
Framework

CliCommandEntry

Interface: CliCommandEntry

CLI command entry in the manifest.

Properties

PropertyTypeDescription
descriptionstringCommand description
options?CliOptionConfig[]Options defined by this command
pathstringHandler file path (relative to build directory or node_modules)
pluginstringPlugin that provides this command (null for project)
positionalArgs?booleanWhether this command accepts positional arguments
prioritynumberPriority for conflict resolution
subcommands?string[]Subcommands (keys are subcommand names)

On this page