- Notifications
You must be signed in to change notification settings - Fork905
Description
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 anExport 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.