dtkt.command.v1beta1messages.proto

ShellCommand

Message

A shell command to execute.

FieldTypeNumberDescription
commandstring1

The shell command (supports pipes and redirects).

workdirstring3

No description.

envmap<string, string>4

No description.

timeout
Duration
5

No description.

expects_stdinbool6

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)