Skip to main content

Load Templates

Purpose

Sets the designated template to the active one.

Example

load-template --templateHex 0F6D792D74656D706C6174652D6E616D65
load-template --templateJSON ./my-template-name.json
Result
my-template-name loaded

Command Syntax

ParameterFormatRequirementUsage
--templateHexStringConditionalThe hex value of a previously saved template.
--templateJSONStringConditionalThe filepath and name of a previously saved template.
Either templateHex or templateJSON must be included