Params

Param name Description
verbose
optional

Set verbosity of import

Validations:

  • Must be 'true' or 'false' or '1' or '0'

repo
optional

Override the default repo from settings.

Validations:

  • Must be String

branch
optional

Branch in Git repo.

Validations:

  • Must be String

prefix
optional

The string all imported templates should begin with.

Validations:

  • Must be String

dirname
optional

The directory within the git tree containing the templates.

Validations:

  • Must be String

filter
optional

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

Validations:

  • Must be String

negate
optional

Negate the prefix (for purging).

Validations:

  • Must be 'true' or 'false' or '1' or '0'

associate
optional

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

Validations:

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

force
optional

Update templates that are locked

Validations:

  • Must be 'true' or 'false' or '1' or '0'