mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
Regen kind docs
This commit is contained in:
parent
42b92aff13
commit
dff0122481
@ -1,3 +1,10 @@
|
|||||||
|
# Kind
|
||||||
|
|
||||||
|
The `kind` operator identifies the type of a node as either `scalar`, `map`, or `seq`.
|
||||||
|
|
||||||
|
This can be used for filtering or transforming nodes based on their type.
|
||||||
|
|
||||||
|
Note that `null` values are treated as `scalar`.
|
||||||
|
|
||||||
## Get kind
|
## Get kind
|
||||||
Given a sample.yml file of:
|
Given a sample.yml file of:
|
||||||
|
Loading…
Reference in New Issue
Block a user