Interface AssistOptions

AssistOptions defines the supported options for the git-annex assist command.

Hierarchy

Properties

--all?: null

Operates on all available versions of all annexed files.

--allow-unrelated-histories?: null

Controls whether to merge histories that do not share a common ancestor. See also --no-allow-unrelated-histories.

--backend?: string

Specifies the key-value backend to use when importing from a special remote. Method GitAnnexAPI.getBackends obtains a list of backend names.

--cleanup?: null

Removes the local and remote synced/ branches which were created and pushed by git-annex push or git-annex sync. This option prevents all other activities.

--content?: null

Overrides the annex.synccontent configuration. See also --no-content.

--content-of?: string | string[]

Limits the transferred files to the specified relative paths. If specified, helper function gitPath or gitPaths is called internally.

--debug?: null

Displays debug messages.

--debugfilter?: string | string[]

Shows debug messages coming from a module.

--explain?: null

Displays explanations of what git-annex takes into account when deciding what to do.

--fast?: null

Avoids slow operations normally performed by a command.

--force?: null

Allows actions that may lose annexed data

--jobs?: string | number

Specifies the number of cores to use for processing multiple files in parallel.

--message?: string

Specifies the commit message.

--mincopies?: string | number

Overrides the mincopies setting.

--no-allow-unrelated-histories?: null

The complement of --allow-unrelated-histories.

--no-content?: null

Avoids uploading (and dropping) the content of annexed files. See also --content.

--no-debug?: null

Prevents debug message display.

--no-resolvemerge?: null

Disables automatic merge conflict resolution. See also --resolvemerge.

--not-only-annex?: null

Overrides the annex.synconlyannex configuration. See also --only-annex.

--numcopies?: string | number

Overrides the numcopies setting.

--only-annex?: null

Only pushes the git-annex branch and annexed content to remotes, not other git branches. See also --not-only-annex.

--quiet?: null

Suppresses verbose output.

--resolvemerge?: null

The complement of --no-resolvemerge.

--size-limit?: string

Limits the total size of annexed files a git-annex command can process.

--time-limit?: string

Limits the duration of a git-annex command.

--verbose?: null

Enables verbose display.

-c?: [string, string] | [string, string][]

Overrides Git configuration settings.