Is there any option to install jenkins plugins from command line ?
I found a command for this after a bit google search :
java -jar /var/lib/jenkins
If you don't find some straight forward command for installing plugins. Please take a look at this link: How to install a plugin in Jenkins manually?
But it needs to download the plugin first(*.hpi file) and run it manually.