Usage: tarifa plugin Add, remove or list cordova plugins in your project. Available commands: add Add a new plugin identified by install Alias add command remove Remove the plugin reload Reinstall the plugin list List installed plugins Options: --variable Only for `add` command, defines variable to be passed to the cordova plugin on install --link symlink android files for development --help, -h Show this message --verbose, -V Be more verbose on everything --debug, -d Print helpful stack trace on error Examples: tarifa plugin add https://github.com/peutetre/cordova-plugin-hockeyapp.git#0.0.0 tarifa plugin add org.apache.cordova.vibration tarifa plugin add ./relative/path/to/a/cordova/plugin tarifa plugin add ./relative/path/to/a/cordova/plugin-with-variables --variable MY_VAR1=oops --variable MY_VAR42=42 tarifa plugin add ./relative/path/to/a/cordova/plugin --link