-
Notifications
You must be signed in to change notification settings - Fork 270
Description
- Make sure you've installed the latest version using instructions in the wiki
Output from azd version
azd version 1.3.0 (commit 6605c57)
Describe the request
This is more a feature request/proposal to improve the usability. With release 1.3.0 the azd template list command fetches all templates from the awesome azd gallery. This can be quite overwhelming and although the user can filter, there is now direct way to check what the template is really about. To fetch this information the user must go to the website and search for the remplate there.
The user experience could be improved by adding a clickable link to the output that guides the user directly to the template e.g. on GitHub.
The links are available in the https://azure.github.io/awesome-azd/templates.json, so it might be feasible to introduce them into the output.
Additional context
I quickly checked the Golang packages and it seems that https://github.com/savioxavier/termlink might a fitting one for this.