Documentación offline Docker main
por @raupulus

Interface: ExecResult

main Documentación oficial Licencia Apache-2.0Descargado el 2026-09-15 Bundle .md (6.1 MB) ↓

En esta página

Since

0.2.0

Hierarchy#

ExecResult

Methods#

lines#

lines(): string[]

Split output lines.

Returns#

string[]

The list of lines.


parseJsonLines#

parseJsonLines(): any[]

Parse each output line as a JSON object.

Returns#

any[]

The list of lines where each line is a JSON object.


parseJsonObject#

parseJsonObject(): any

Parse a well-formed JSON output.

Returns#

any

The JSON object.

Properties#

cmd#

Optional Readonly cmd: string

Inherited from#

RawExecResult.cmd


killed#

Optional Readonly killed: boolean

Inherited from#

RawExecResult.killed


signal#

Optional Readonly signal: string

Inherited from#

RawExecResult.signal


code#

Optional Readonly code: number

Inherited from#

RawExecResult.code


stdout#

Readonly stdout: string

Inherited from#

RawExecResult.stdout


stderr#

Readonly stderr: string

Inherited from#

RawExecResult.stderr