コンテンツにスキップ

LfsFetchOpts

このコンテンツはまだ日本語訳がありません。

LfsFetchOpts = object

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

Options for LFS fetch

Properties

all?

optional all: boolean

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

Fetch all LFS objects for all refs


dryRun?

optional dryRun: boolean

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

Dry run - show what would be fetched


exclude?

optional exclude: string | string[]

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

Exclude patterns


include?

optional include: string | string[]

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

Include patterns


json?

optional json: boolean

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

Output in JSON format


prune?

optional prune: boolean

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

Prune old objects after fetch


recent?

optional recent: boolean

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

Only fetch recent objects


refetch?

optional refetch: boolean

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

Refetch objects even if already local


refs?

optional refs: string | string[]

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

Refs to fetch


remote?

optional remote: string

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

Remote to fetch from