@runloop/api-client - v1.4.0
    Preparing search index...

    Interface DevboxExecutionDetailView

    interface DevboxExecutionDetailView {
        devbox_id: string;
        exit_status: number;
        stderr: string;
        stdout: string;
        shell_name?: string | null;
    }
    Index

    Properties

    devbox_id: string

    Devbox id where command was executed.

    exit_status: number

    Exit status of command execution.

    stderr: string

    Standard error generated by command.

    stdout: string

    Standard out generated by command.

    shell_name?: string | null

    Shell name.