Tag
Last updated
a: cat
b: 5
c: 3.2
e: true
f: []yq '.. | type' sample.yml!!map
!!str
!!int
!!float
!!bool
!!seqa: stryq '.a tag = "!!mikefarah"' sample.ymla: !!mikefarah stra: cat
b: 5
c: 3.2
e: trueyq '(.. | select(tag == "!!int")) tag= "!!str"' sample.ymla: cat
b: "5"
c: 3.2
e: true