2.28. Hammer export-templates

将模板导出到服务器中的 git 仓库或目录

Usage:
    hammer export-templates [OPTIONS]

Options:
 --branch VALUE                Branch in Git repo.
 --commit-msg VALUE            Custom commit message for templates export
 --dirname VALUE               The directory within Git repo containing the templates
 --filter VALUE                Export templates with names matching this regex (case-insensitive; snippets are
                               not filtered).
 --location VALUE              Set the current location context for the request
 --location-id NUMBER          Set the current location context for the request
 --location-ids LIST           REPLACE locations with given ids
 --location-title VALUE        Set the current location context for the request
 --location-titles LIST
 --locations LIST
 --metadata-export-mode ENUM   Specify how to handle metadata
                               Possible value(s): 'refresh', 'keep', 'remove'
 --negate BOOLEAN              Negate the prefix (for purging).
 --organization VALUE          Set the current organization context for the request
 --organization-id NUMBER      Set the current organization context for the request
 --organization-ids LIST       REPLACE organizations with given ids.
 --organization-title VALUE    Set the current organization context for the request
 --organization-titles LIST
 --organizations LIST
 --repo VALUE                  Override the default repo from settings.
 --verbose BOOLEAN             Be verbose
 -h, --help                    Print help

Option details:
  Here you can find option types and the value an option can accept:

  BOOLEAN             One of true/false, yes/no, 1/0
  DATETIME            Date and time in YYYY-MM-DD HH:MM:SS or ISO 8601 format
  ENUM                Possible values are described in the option's description
  FILE                Path to a file
  KEY_VALUE_LIST      Comma-separated list of key=value.
                      JSON is acceptable and preferred way for such parameters
  LIST                Comma separated list of values. Values containing comma should be quoted or escaped with backslash.
                      JSON is acceptable and preferred way for such parameters
  MULTIENUM           Any combination of possible values described in the option's description
  NUMBER              Numeric value. Integer
  SCHEMA              Comma separated list of values defined by a schema.
                      JSON is acceptable and preferred way for such parameters
  VALUE               Value described in the option's description. Mostly simple string