Render my plugin can be downloaded from Github

Hello,

I need to render my developed plugin downloded from an arbitrary URL like Github.
For example:

./bin/kibana-plugin install https://github.com/XXX/my_plugin/releases/download/6.3.0/my_plugin-6.3.0.zip

How can I do that ?

Thanks for advance :smiley:

Could you just download the ZIP file before and then run the install on the downloaded file?

curl doesn't work in windows :confused: So I couldn't test the download.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.