This website requires JavaScript.
Explore
Help
Register
Sign In
suyiiyii
/
yq
Watch
1
Star
0
Fork
0
You've already forked yq
mirror of
https://github.com/mikefarah/yq.git
synced
2024-11-12 13:48:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d1cec1ad18
yq
/
examples
/
instruction_sample.yaml
3 lines
33 B
YAML
Raw
Normal View
History
Unescape
Escape
Can update a yaml file from an instruction yaml file
2015-10-07 23:31:31 +00:00
b.c
:
cat
Improved handling of numeric keys When there is no match at a given path, numeric keys are assumed to be strings. To create an array '+' must be used. e.g: yq n thing[+].cat fred will create an array under thing, whereas yq n thing[0].cat fred will create a map under thing, with a key '0'
2019-05-16 00:01:34 +00:00
b.e[+].name
:
Mike Farah
Reference in New Issue
Copy Permalink