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

    Interface DevboxSendStdInResult

    interface DevboxSendStdInResult {
        devbox_id: string;
        execution_id: string;
        success: boolean;
    }
    Index

    Properties

    devbox_id: string

    Devbox id where command is executing.

    execution_id: string

    Execution id that received the stdin.

    success: boolean

    Whether the stdin was successfully sent.