Catalog JSON
Structure and precedence rules for the Catalog JSON, which merges domains and components from catalogers, lunar.yml, and lunar-config.yml.
{ "domains": { "<domain-name>": { "description": "<description>", "owner": "<owner>", "meta": { // π§ Coming Soon "<meta-key>": "<meta-value>", ... } }, ... }, "components": { "<component-name>": { "owner": "<owner>", "domain": "<domain>", "branch": "<branch>", "description": "<description>", "paths": ["<path1>", "<path2>", ...], "tags": ["<tag1>", "<tag2>", ...], "ciPipelines": ["<ci-pipeline1>", "<ci-pipeline2>", ...], "meta": { // π§ Coming Soon "<meta-key>": "<meta-value>", ... } }, ... } }
Last updated
