Skip to main content

@yarnpkg/cli

Index

Functions

getCli

getDynamicLibs

  • getDynamicLibs(): Map<string, any>
  • Returns Map<string, any>

getPluginConfiguration

openWorkspace

runExit

Type Aliases

CommandContext

CommandContext: { colorDepth: number; cwd: PortablePath; env: Record<string, string | undefined>; plugins: PluginConfiguration; quiet: boolean; stderr: Writable; stdin: Readable; stdout: Writable }

Type declaration

  • colorDepth: number
  • cwd: PortablePath
  • env: Record<string, string | undefined>
  • plugins: PluginConfiguration
  • quiet: boolean
  • stderr: Writable
  • stdin: Readable
  • stdout: Writable

YarnCli

YarnCli: ReturnType<typeof getBaseCli>

Variables

constpluginCommands

pluginCommands: Map<string, string[]> = ...