mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-14 15:18:06 +00:00
5 lines
399 B
Markdown
5 lines
399 B
Markdown
Use the `alias` and `anchor` operators to read and write yaml aliases and anchors. The `explode` operator normalises a yaml file (dereference (or expands) aliases and remove anchor names).
|
|
|
|
`yq` supports merge aliases (like `<<: *blah`) however this is no longer in the standard yaml spec (1.2) and so `yq` will automatically add the `!!merge` tag to these nodes as it is effectively a custom tag.
|
|
|