dtkt.command.v1beta1messages.proto

ExecutableCommand

Message

A command to execute.

FieldTypeNumberDescription
commandstring1

Command executable.

argsstring[]2

No description.

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)