Skip to main content

WorkspacesForeachCommand

Hierarchy

Index

Constructors

constructor

  • new WorkspacesForeachCommand(): default
  • Returns default

Properties

all

all: undefined | boolean = ...

args

args: string[] = ...

commandName

commandName: string = ...

cwd

cwd: undefined | string = ...

dryRun

dryRun: undefined | boolean = ...

exclude

exclude: string[] = ...

from

from: undefined | string[] = ...

include

include: string[] = ...

interlaced

interlaced: boolean = ...

jobs

jobs: undefined | string | number = ...

parallel

parallel: boolean = ...

publicOnly

publicOnly: undefined | boolean = ...

recursive

recursive: undefined | boolean = ...

since

since: undefined | string | boolean = ...

topological

topological: boolean = ...

topologicalDev

topologicalDev: boolean = ...

verbose

verbose: undefined | number = ...

worktree

worktree: undefined | boolean = ...

staticpaths

paths: string[][] = ...

staticschema

schema: LooseValidator<{}, {}>[] = ...

staticusage

usage: Usage = ...

Methods

execute

  • execute(): Promise<0 | 1>
  • Returns Promise<0 | 1>

validateAndExecute

  • validateAndExecute(): Promise<number>
  • Returns Promise<number>