pluginkit(8) BSD System Manager's Manual pluginkit(8)
NAME
pluginkit -- plugin pluginkit
SYNOPSIS
pluginkit [-m] [-Lv] [key=value] [file ...]
pluginkit [-ar] [-v] [file ...]
DESCRIPTION
pluginkit manages the PlugInKit subsystem for the current user. It can query for plugin matches, as well as explicitly change the plugin
database.
A list of flags and their descriptions:
-a Explicitly adds plugins at the file location(s) given.
-l When matching plugins, requests only the latest version of each plugin. By default, all known versions are shown.
-r Explicitly removes plugins at the file location(s) given. Note that automatic discovery procedures may add them back if they are
still present.
--raw Present replies from the management daemon (pkd) in raw XML form. This is primarily useful for debugging.
-v Asks for more verbose operation.
SEE ALSO
pkd(8), launchd(8)
HISTORY
The pluginkit command first appeared in OS X 10.9.
Darwin June 2, 2019 Darwin