Skip to main content
Version: 3.5.0

templates update Command

The templates update command updates a search template.

Usage

templates update <template_name> <search_syntax>

Parameters

ParameterDescriptionRequired?Default Value
template_nameTemplate name✔️N/A
search_syntaxSearch syntax template with value placeholders *✔️N/A

* Placeholders are defined using double curly braces ({{placeholder}}). Placeholders are replaced with provided values during render_console time. The name of the placeholder can be any valid alphanumeric string. For example, the template is({{kind}}) with expand parameters kind=volume becomes is(volume) during expand time.

Contact Us