Browse Documentation

Reference / model / object

CommandResult.

Normalized command output and process exit code from an existing sandbox.

Schema kindobject

Fields

sandboxIdrequired
string

Wildflower sandbox identifier that executed the command.

stdoutrequired
string

Captured standard output, or combined output for providers that cannot separate streams.

stderrrequired
string

Captured standard error, or an empty string when the provider combines output.

exitCoderequired
integer

Native command exit code; a non-zero value is still a successful API response.

Additional properties are rejected.

Operation relationships