Skip to content

Latest commit

 

History

History

yaml_anchors_aliases_sample

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

YAML Anchors and Aliases

Using anchors (&) and aliases (*)

Define an anchor with a single ampersand character (&) before the anchor name and use it with an alias(*)

Using aliased mappings (<<)

Merge mappings defined elsewhere in your YAML into other mappings using the aliased mapping (<<)