mirror of
https://git.proxmox.com/git/fwupd
synced 2026-01-06 22:43:41 +00:00
When developing code it's really convenient to only run the new plugin. This
means you don't have to wait for the other hardware to initialize and there
are no side-effects from other plugins when installing firmware.
You can specify multiple plugins as globs, for instance:
fwupdtool get-devices \
--plugin-whitelist wacom \
--plugin-whitelist "thunderbolt*"
|
||
|---|---|---|
| .. | ||
| bash-completion | ||
| builder | ||
| installed-tests | ||
| pki | ||
| remotes.d | ||
| tests | ||
| 90-fwupd-devices.rules | ||
| daemon.conf | ||
| fwupd-offline-update.service.in | ||
| fwupd.service.in | ||
| meson.build | ||
| metadata.xml | ||
| org.freedesktop.fwupd.conf | ||
| org.freedesktop.fwupd.metainfo.xml | ||
| org.freedesktop.fwupd.service.in | ||