Skip to content

RepoConfig

Defined in: src/types.ts:336

Repository connection configuration.

Properties

commitish?

optional commitish?: string

Defined in: src/types.ts:342

Git commitish to checkout (branch, tag, SHA). If omitted, defaults to HEAD.


forge?

optional forge?: "github" | "gitlab"

Defined in: src/types.ts:344

Forge type override. Auto-detected from URL if not specified.


token?

optional token?: string

Defined in: src/types.ts:340

Auth token for the repository host.


url

url: string

Defined in: src/types.ts:338

Repository URL. Required.