Operation Reference#
This documentation is automatically generated from the operation registry.
Eval Operations#
See eval operations for details.
| Operation | Summary |
|---|---|
!os_env |
Get value from OS environment variable |
!to_string |
Convert a value to a string |
!to_int |
Convert a value to an integer |
!eval |
Evaluate environment variables in a document |
!file |
Load content from a file or URL |
!exec |
Execute a shell command and capture output |
Mergeop Operations#
See mergeop operations for details.
| Operation | Summary |
|---|---|
!replace |
Replace a value with another value |
!insert |
Insert a new value into an array |
!delete |
Delete a matched value |
!and |
Match all conditions (logical AND) |
!or |
Match any condition (logical OR) |
!not |
Negate a match condition |
!irtype |
Match by node type |
!all |
Apply match/patch to all array or object elements |