參數

參數名字 描述
verbose
選填

Set verbosity of import

Validations:

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

repo
選填

Override the default repo from settings.

Validations:

  • Must be a String

branch
選填

Branch in Git repo.

Validations:

  • Must be a String

prefix
選填

The string all imported templates should begin with.

Validations:

  • Must be a String

dirname
選填

The directory within the git tree containing the templates.

Validations:

  • Must be a String

filter
選填

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

Validations:

  • Must be a String

negate
選填

Negate the prefix (for purging).

Validations:

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

associate
選填

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

Validations:

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

force
選填

Update templates that are locked

Validations:

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