Export Addon via Admin Interface

nrep

Well-known member
It would be great if it was possible to export addons via the Admin interface, rather than needing to use the command-line. I often make quick changes to an addon and being able to download the zip with one-click would be a lot easier than accessing a remote server command line (esp. on a Windows server).
 
Upvote 10
If exporting an addon is do-able via the command line, is there a way that this code could be re-used in an addon to generate the same .zip which is downloaded via the browser?
 
Theoretically yes.

All of the build release code is in a Service so it is reusable.

You’d need to handle the UI stuff and the code to download the file.
 
Top Bottom