View Single Post
11/19/19, 09:12 PM   #9
AlbinoPython
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 24
I know this thread is pretty old but just wanted to share that, with the info I got here, I created esoui-publish which is a small npmjs module that translates this curl command to a node request. It has a programmatic API and it can be used via command line. Publishing to esoui could be as simple as:

Code:
esoui-publish --id=2271 --updatefile=my-addon.zip
  Reply With Quote