Hi! How can i update or install plugins from js code?
There are docs for UpdatePlugin and InstallPlugin, but what to pass as params?
I tried few ways (passing link to config.json on disc, passing link to .plugin file, passing config object) and it always returns {type: 'Updated', guid: ''} or true, but nothing happens.
Also, what is the difference between " InstallDeveloperPlugin" and " InstallPlugin"? Docs descriptions are the same.