template

String / Misc

Applies a Mustache-style template string to an object or every object in an array, interpolating {{field}} placeholders with the corresponding field values. Supports dot-notation inside placeholders.

Syntaxtemplate:Hello {{name}}
templateTemplate string with {{field}} placeholders. Use commas within values by quoting carefully.

Use cases

All commands