Type alias GetDefaultRemoteOptions

GetDefaultRemoteOptions: {
    cwd: string;
    strict?: boolean;
    verbose?: boolean;
}

Type declaration

  • cwd: string

    Get repository info relative to this directory.

  • Optional strict?: boolean

    If true, throw an error if remote info can't be found, or if a repository is not specified in package.json and no matching remote is found.

  • Optional verbose?: boolean

    If true, log debug messages about how the remote was chosen

Generated using TypeDoc