コンテンツにスキップ

LfsLocksOpts

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

LfsLocksOpts = object

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

Options for LFS locks

Properties

cached?

optional cached: boolean

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

Show cached locks


id?

optional id: string

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

Filter by lock ID


json?

optional json: boolean

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

Output in JSON format


limit?

optional limit: number

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

Limit number of results


local?

optional local: boolean

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

Show local cache only


path?

optional path: string

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

Filter by path


remote?

optional remote: string

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

Remote name


verify?

optional verify: boolean

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

Verify locks with server