Interface MigrateRepoOptions

MigrateRepoOptions options for migrating repository's this is used to interact with api v1

Hierarchy

  • MigrateRepoOptions

Properties

auth_password?: string
auth_token?: string
auth_username?: string
clone_addr: string
description?: string
issues?: boolean
labels?: boolean
lfs?: boolean
lfs_endpoint?: string
milestones?: boolean
mirror?: boolean
mirror_interval?: string
private?: boolean
pull_requests?: boolean
releases?: boolean
repo_name: string
repo_owner?: string

Name of User or Organisation who will own Repo after migration

service?: "gitea" | "git" | "github" | "gitlab"
uid?: number

deprecated (only for backwards compatibility)

Format

int64

wiki?: boolean

Generated using TypeDoc