appmixer.e2b.core.RunCommand
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Sandbox ID | text | The ID of the sandbox to run the command in, as returned by Create Sandbox. |
| Command | textarea | The shell command to execute, e.g. echo hello. |
| Working Directory | text | Optional working directory to run the command in, e.g. /home/user. |
| Field | Type | Description |
|---|---|---|
| Stdout | string | - |
| Stderr | string | - |
| Exit Code | integer | - |