Files
docker-docs/desktop/extensions-sdk/dev/api/reference/interfaces/RawExecResult.md
Guillaume Tardif efb9ca8caf Extension sdk update (#15687)
* Update extension SDK with new APIs for exec with ENV vars and CWD

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Update extension SDK with new APIs for exec with ENV vars and CWD

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2022-09-20 09:46:44 +01:00

613 B

description, keywords, skip_read_time
description keywords skip_read_time
Docker extension API reference Docker, extensions, sdk, API, reference true

Interface: RawExecResult

since 0.2.0

Hierarchy

Properties

cmd

Optional Readonly cmd: string


killed

Optional Readonly killed: boolean


signal

Optional Readonly signal: string


code

Optional Readonly code: number


stdout

Readonly stdout: string


stderr

Readonly stderr: string