Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PluginRuntimeCommand

Hierarchy

Properties

Methods

Properties

cwd

cwd: undefined | string = Option.String(`--cwd`, {hidden: true})

json

json: boolean = Option.Boolean(`--json`, false, {description: `Format the output as an NDJSON stream`,})

Static paths

paths: string[][] = [[`plugin`, `runtime`],]

Static usage

usage: Usage = Command.Usage({category: `Plugin-related commands`,description: `list the active plugins`,details: `This command prints the currently active plugins. Will be displayed both builtin plugins and external plugins.`,examples: [[`List the currently active plugins`,`$0 plugin runtime`,]],})

Methods

execute

  • execute(): Promise<0 | 1>

Generated using TypeDoc