mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
10 lines
162 B
YAML
10 lines
162 B
YAML
- command: update
|
|
path: b.c
|
|
value:
|
|
#great
|
|
things: frog # wow!
|
|
- command: update
|
|
path: b.e[+].name
|
|
value: Mike Farah
|
|
- command: delete
|
|
path: a |