Reference / model / object
CommandResult.
Normalized command output and process exit code from an existing sandbox.
Schema kindobject
Fields
sandboxIdrequiredWildflower sandbox identifier that executed the command.
stdoutrequiredCaptured standard output, or combined output for providers that cannot separate streams.
stderrrequiredCaptured standard error, or an empty string when the provider combines output.
exitCoderequiredNative command exit code; a non-zero value is still a successful API response.
Additional properties are rejected.
