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

52 lines
613 B
Markdown

---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: RawExecResult
**`since`** 0.2.0
## Hierarchy
- **`RawExecResult`**
↳ [`ExecResult`](ExecResult.md)
## 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`