Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CreateCommand

Hierarchy

Properties

Methods

Properties

args

args: string[] = Option.Proxy()

command

command: string = Option.String()

cwd

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

pkg

pkg: undefined | string = Option.String(`-p,--package`, {description: `The package to run the provided command from`,})

quiet

quiet: boolean = Option.Boolean(`-q,--quiet`, false, {description: `Only report critical errors instead of printing the full install logs`,})

Static paths

paths: string[][] = [[`create`],]

Methods

execute

  • execute(): Promise<number>

Generated using TypeDoc