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

    Interface CodeMountParameters

    Parameters for mounting code from a Git repository.

    interface CodeMountParameters {
        repo_name: string;
        repo_owner: string;
        token?: string | null;
        install_command?: string | null;
    }
    Index

    Properties

    repo_name: string

    The name of the repo to mount. By default, code will be mounted at /home/user/{repo_name}s.

    repo_owner: string

    The owner of the repo.

    token?: string | null

    The authentication token necessary to pull repo.

    install_command?: string | null

    Installation command to install and setup repository.