Skip to main content
Version: 4.0.5

template update Command

The template update command updates a search template.

Usage

templates update <template_name> <search_syntax>

Parameters

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

* 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.