I would like to automatize plugins installation from command line,chef,puppet,ansible ...
So for this I need to grab plugins archive from https://plugins.jetbrains.com/plugin/ .
But to get a plugins archive I need to know what is the intellij version link to a given build
Example with scala-plugins:
archive are in https://plugins.jetbrains.com/files/1347/30658/ and for the intellij build number 163.4396—164 it's the version 2016.3.4
So the url to download it is: https://plugins.jetbrains.com/files/1347/30658/scala-intellij-bin-2016.3.4.zip
The problem:
I can get build number by reading content of $INTELLIJ_HOME/build.txt
But how to know to which version this build number map ?
Thanks for your help
答案 0 :(得分:1)
答案 1 :(得分:0)
答案 2 :(得分:0)
在写入文件,编辑,查看...的顶部,转到帮助部分。 单击帮助部分,然后在下拉列表中单击关于。这将向您显示有关您正在使用的intellij的信息。
答案 3 :(得分:0)
在Help
菜单下,您可以单击About
。然后,您将在弹出屏幕中看到IntelliJ版本。
答案 4 :(得分:0)