From 23c5e161c168ea0656da92010a8d4342cb01abdc Mon Sep 17 00:00:00 2001 From: Jeffrey Chen Date: Tue, 2 Dec 2025 19:12:13 +0000 Subject: [PATCH 1/2] Print template gallery links in `azd init` and `azd template list` --- cli/azd/cmd/templates.go | 6 ++++++ cli/azd/pkg/templates/template_manager.go | 13 +++++++++++++ 2 files changed, 19 insertions(+) diff --git a/cli/azd/cmd/templates.go b/cli/azd/cmd/templates.go index 90a253627cb..3a3e66b198f 100644 --- a/cli/azd/cmd/templates.go +++ b/cli/azd/cmd/templates.go @@ -131,6 +131,12 @@ func (tl *templateListAction) Run(ctx context.Context) (*actions.ActionResult, e err = tl.formatter.Format(listedTemplates, tl.writer, output.TableFormatterOptions{ Columns: columns, }) + + if err == nil { + templates.PrintGalleryLinks(tl.writer) + fmt.Fprintf(tl.writer, "Select a template from the gallery, then run %s\n", + output.WithHighLightFormat("azd init -t