Add
Concatenate arrays
a:
- 1
- 2
b:
- 3
- 4yq '.a + .b' sample.ymlConcatenate to existing array
Concatenate null to array
Append to existing array
Prepend to existing array
Add new object to array
Relative append
String concatenation
Number addition - float
Number addition - int
Increment numbers
Date addition
Date addition - custom format
Add to null
Add maps to shallow merge
Custom types: that are really strings
Custom types: that are really numbers
Last updated