Paramètres

Nom du paramètre Description
verbose
optionel

Set verbosity of import

Validations:

  • Must be one of: true, false, 1, 0

repo
optionel

Override the default repo from settings.

Validations:

  • Must be a String

branch
optionel

Branch in Git repo.

Validations:

  • Must be a String

prefix
optionel

The string all imported templates should begin with.

Validations:

  • Must be a String

dirname
optionel

The directory within the git tree containing the templates.

Validations:

  • Must be a String

filter
optionel

Import templates with names matching this regex (case-insensitive; snippets are not filtered).

Validations:

  • Must be a String

negate
optionel

Negate the prefix (for purging).

Validations:

  • Must be one of: true, false, 1, 0

associate
optionel

Associate to OS's, Locations & Organizations. Options are: always, new or never.

Validations:

  • Must be one of: always, new, never.

force
optionel

Update templates that are locked

Validations:

  • Must be one of: true, false, 1, 0