1
0
mirror of https://github.com/mikefarah/yq.git synced 2025-01-14 20:45:36 +00:00
yq/examples/simple-anchor.yaml

5 lines
37 B
YAML
Raw Normal View History

2019-12-16 09:38:55 +00:00
foo: &foo
a: 1
2020-02-06 22:08:52 +00:00
foobar:
<<: *foo