ToolRunner

external class ToolRunner : EventEmitter(source)

Constructors

Link copied to clipboard
constructor(toolPath: String, args: ReadonlyArray<String> = definedExternally, options: ExecOptions = definedExternally)

Functions

Link copied to clipboard
Link copied to clipboard

Exec a tool. Output will be streamed to the live console. Returns promise with return code

Link copied to clipboard
Link copied to clipboard