bjorn.now

#yaml

15 August, 2025

The YAML anchors to name a reusable section are defined by &name and then to use them to replace the value of something you do *name, if you want to “unsplat”/merge a dictionary/object then use <<: *name and then it’ll insert it at that point.

[… more]
til 1 min read Singapore • #yaml