OptionalenvEnvironment variables to set for the command.
OptionalmodeSpecifies text or binary encoding for input and output streams.
OptionalptyEnable a PTY for the command. When enabled, all output (stdout and stderr from the process) is multiplexed into stdout, and the stderr stream is effectively empty.
OptionalsecretsSecrets to inject as environment variables for the commmand.
OptionalstderrWhether to pipe or ignore standard error.
OptionalstdoutWhether to pipe or ignore standard output.
OptionaltimeoutTimeout for the process in milliseconds. Defaults to 0 (no timeout).
OptionalworkdirWorking directory to run the command in.
Optional parameters for Sandbox.exec().