Browse Documentation

Reference / model / object

RunCommandInput.

Bounded command, working directory, and environment executed in an existing sandbox.

Schema kindobject

Fields

commandrequired
string

Shell command to execute without replacing the sandbox.

cwdoptional
string

Optional existing working directory for command execution.

envoptional
Record<string, string>

Optional environment variables supplied only to this command.

Additional properties are rejected.

Operation relationships