Allow exporting templates from UI #17859
Labels
customer-requested
Features requested by enterprise customers. Only humans may set this.
good first issue
Easily solved issues suitable for starters and community contributors
Problem Description
While templates can be exported using the CLI (
coder template pull
), there is no easily discoverable way to export templates from the UI. This limits usability, especially for less technical users or those managing deployments on devices where they can not access the CLI.Example: A user managing multiple deployments wants to transfer a template but finds no export button in the UI, relying instead on CLI commands or manual workarounds.
Desired Solution
Add an Export button in the template editor UI to download the template (including metadata and assets) as a
.zip
or.tar
file, similar to what the CLI command provides.The text was updated successfully, but these errors were encountered: