Skip to content

LfsMigrateInfoOpts

LfsMigrateInfoOpts = object

Defined in: src/core/repo.ts:1946

Options for LFS migrate info

Properties

above?

optional above: string | number

Defined in: src/core/repo.ts:1948

Only show files above this size


everything?

optional everything: boolean

Defined in: src/core/repo.ts:1968

Operate on all refs


exclude?

optional exclude: string | string[]

Defined in: src/core/repo.ts:1960

Exclude patterns


excludeRef?

optional excludeRef: string | string[]

Defined in: src/core/repo.ts:1964

Exclude refs


fixup?

optional fixup: boolean

Defined in: src/core/repo.ts:1956

Fix up tracking patterns


include?

optional include: string | string[]

Defined in: src/core/repo.ts:1958

Include patterns


includeRef?

optional includeRef: string | string[]

Defined in: src/core/repo.ts:1962

Include refs


pointers?

optional pointers: "follow" | "no-follow" | "ignore"

Defined in: src/core/repo.ts:1954

Show pointer files


skipFetch?

optional skipFetch: boolean

Defined in: src/core/repo.ts:1966

Skip fetching from remote


top?

optional top: number

Defined in: src/core/repo.ts:1950

Show top N files


unit?

optional unit: "b" | "kb" | "mb" | "gb"

Defined in: src/core/repo.ts:1952

Size unit (b, kb, mb, gb)


yesReally?

optional yesReally: boolean

Defined in: src/core/repo.ts:1970

Confirm destructive operation