set_value

Sets the value to the result of an expression.

Categories: meta, value

Required arguments

Key(s)DescriptionType
valueThe expression to set the value to.EXPRESSION

Parameter transformers

  • adds VALUE

Example

mutators:
  - id: set_value
    args:
      value: %value% * 2