Installing local plugin using command line
I'm a plugin developer and want to install my plugin in IDEA Community version IDE through the command line(CMD)
I've tried using “<c:/path_to_bin/>idea64.exe installPlugins com.example.myplugin
” but not sure from which path I should run this. Also above command runs in Windows CMD without any error but the plugin wasn't installed.
This link https://www.jetbrains.com/help/idea/install-plugins-from-the-command-line.html suggests using a custom repository but I want to install it from the local directory.
Please sign in to leave a comment.