LocalShellExecAction interface
Execute a shell command on the server.
Properties
| command | The command to run. |
| env | Environment variables to set for the command. |
| timeout_ms | |
| type | The type of the local shell action. Always |
| user | |
| working_directory |
Property Details
command
The command to run.
command: string[]
Property Value
string[]
env
Environment variables to set for the command.
env: Record<string, string>
Property Value
Record<string, string>
timeout_ms
timeout_ms?: number
Property Value
number
type
The type of the local shell action. Always exec.
type: "exec"
Property Value
"exec"
user
user?: string
Property Value
string
working_directory
working_directory?: string
Property Value
string