dtkt.command.v1beta1messages.protoShellCommand
MessageA shell command to execute.
| Field | Type | Number | Description |
|---|---|---|---|
| command | string | 1 | The shell command (supports pipes and redirects). |
| workdir | string | 3 | No description. |
| env | map<string, string> | 4 | No description. |
| timeout | Duration google.protobuf.Duration | 5 | No description. |
| expects_stdin | bool | 6 | Indicates whether this command expects stdin input. When false, stdin is not opened (command has no stdin). When true, stdin is opened and remains available for streaming input until EOF is explicitly sent. Default: false (most commands don't need stdin) |