LogoRobo.js
Framework

CliManifest

Interface: CliManifest

CLI manifest structure. Stored at .robo/manifest/cli/@.json (mode-agnostic)

Properties

PropertyTypeDescription
commandsRecord<string, CliCommandEntry>New commands indexed by command path (e.g., 'tunnel start')
extensionsRecord<string, CliExtensionEntry[]>Extensions indexed by target command name

On this page