mirror of
https://gitee.com/mirrors_adrian-thurston/yq.git
synced 2026-01-15 07:53:35 +08: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 |