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
| Parameter | Format | Requirement | Usage |
|---|---|---|---|
--templateHex | String | Conditional | The hex value of a previously saved template. |
--templateJSON | String | Conditional | The filepath and name of a previously saved template. |
Either templateHex or templateJSON must be included | |||