Interface PlaceRemoteRepositoryQuery

Query parameters for remote repository operations

interface PlaceRemoteRepositoryQuery {
    password?: string;
    repository_url: string;
    username?: string;
}

Hierarchy (View Summary)

Properties

password?: string

The password or access token as required

repository_url: string

The git URL that represents the repository (required)

username?: string

A username for access if required