dtkt.command.v1beta1messages.protoExecutableCommand
MessageA command to execute.
| Field | Type | Number | Description |
|---|---|---|---|
| command | string | 1 | Command executable. |
| args | string[] | 2 | No description. |
| 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) |