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

    Interface DevboxWriteFileContentsParams

    interface DevboxWriteFileContentsParams {
        contents: string;
        file_path: string;
    }
    Index

    Properties

    Properties

    contents: string

    The UTF-8 string contents to write to the file.

    file_path: string

    The path to write the file to on the Devbox. Path is relative to user home directory.