Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UpgradeInteractiveCommand

Hierarchy

Properties

Methods

Properties

cwd

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

Static paths

paths: string[][] = [[`upgrade-interactive`],]

Static usage

usage: Usage = Command.Usage({category: `Interactive commands`,description: `open the upgrade interface`,details: `This command opens a fullscreen terminal interface where you can see any out of date packages used by your application, their status compared to the latest versions available on the remote registry, and select packages to upgrade.`,examples: [[`Open the upgrade window`,`yarn upgrade-interactive`,]],})

Methods

execute

  • execute(): Promise<0 | 1>

Generated using TypeDoc