Command enable-plugin
java -jar jenkins-cli.jar -s http://192.168.0.70:8899/jenkins/ -webSocket enable-plugin VAL ... [-restart]
Enables one or more installed plugins transitively.
VAL : Enables the plugins with the given short names and their dependencies. -restart : Restart Jenkins after enabling plugins. (default: false)