IOREPARSETAGSYMLINK
IOREPARSETAGSYMLINK is a software utility within the IORE ecosystem that reads a YAML configuration describing a set of tags and their associated targets, and creates symbolic links accordingly. It is used to expose resources through a stable tag-based namespace, enabling consistent references across environments and deployments.
Operation: The utility consumes a YAML file that defines mappings from tag names to target paths or
Options and behavior: It can filter which tags to process, overwrite existing links, and preserve existing links
Usage pattern: Prepare a YAML file with tag-to-target mappings, choose a destination directory, and run the utility.
Limitations: The YAML structure is simple: a top-level mapping from string tags to target paths. Complex nesting