Azure / awesome-azd

An awesome list that curates content (articles, videos, tutorials and docs) and templates (ready to use) for the Azure Developer CLI (`azd`). Plus a hosted azd-templates Gallery to simplify search & discovery
https://aka.ms/awesome-azd
MIT License
162 stars 81 forks source link

adding support for template refs: #371

Open vhvb1989 opened 5 months ago

vhvb1989 commented 5 months ago

As part of the list of templates, this PR is adding support to have an entry like:

{
    "ref": "https://url/templates.json",
    "tags": ["externalSource"]
}

When this entry is found, awesome-azd will expand that entry into all the entries referenced on that url. Then, the tags are appended to the tags from the original entries.

This feature allow a seemly experience to batch a group of templates which are already maintained as part of another source and avoid duplicity.