# Functions
Execute runs the `template-resolver` command.
HandleFile takes a file path and returns the resulting byte array.
ProcessTemplate takes a YAML byte array input, unmarshals it to a Policy, ConfigPolicy, or object-templates-raw, processes the templates, and marshals it back to YAML, returning the resulting byte array.
# Structs
Struct representing the template-resolver command.