Command
java -jar jenkins-cli.jar -s http://localhost:8080/ install-plugin git
Explanation
Installs a plugin in Jenkins. Useful for automating plugin management without accessing the UI.
Examples
Install workflow plugin
java -jar jenkins-cli.jar -s http://localhost:8080/ install-plugin workflow-aggregator