Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for pluggable Template sources #2529

Closed
6 tasks
Tracked by #1113
wbreza opened this issue Jul 12, 2023 · 0 comments · Fixed by #2573
Closed
6 tasks
Tracked by #1113

Support for pluggable Template sources #2529

wbreza opened this issue Jul 12, 2023 · 0 comments · Fixed by #2573

Comments

@wbreza
Copy link
Contributor

wbreza commented Jul 12, 2023

Today the azd template list command displays a static list of available templates curated internally by the AZD team and controlled via a source controlled JSON file.

Requirements

  1. Ability to reference 1 or many external template sources
  2. Template sources support JSON or YAML files

Template Source Types

  1. FileSystemTemplateSource - References a local file path
  2. UriTemplateSource - Referenced an HTTP/HTTPS addressable URL
  3. CustomTemplateSource - Custom implementation that returns list of externally managed templates (ADE)

Tasks

@wbreza wbreza self-assigned this Jul 12, 2023
@wbreza wbreza changed the title Support for external Template sources Support for pluggable Template sources Jul 12, 2023
@wbreza wbreza linked a pull request Jul 28, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant