Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PluginCheckCommand

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`, `check`],]

Static usage

usage: Usage = Command.Usage({category: `Plugin-related commands`,description: `find all third-party plugins that differ from their own spec`,details: `Check only the plugins from https.If this command detects any plugin differences in the CI environment, it will throw an error.`,examples: [[`find all third-party plugins that differ from their own spec`,`$0 plugin check`,]],})

Methods

execute

  • execute(): Promise<0 | 1>

Generated using TypeDoc