fwupdmgr:tldr:0d008
The command "fwupdmgr get-devices" is used to retrieve information about devices that are compatible with the fwupd service (Firmware Update Manager).
When executed, the command queries the fwupd service to obtain a list of devices connected to the system that can be managed and updated using fwupd. This list typically includes devices like firmware updatable hardware components such as BIOS/UEFI, USB devices, Thunderbolt controllers, SSDs, etc.
The output of the command will display information about each detected device, such as the device ID, vendor name, firmware version, and any applicable updates available.
Overall, "fwupdmgr get-devices" helps provide an overview of devices compatible with fwupd, helping users or system administrators understand which devices can be updated through the fwupd service to ensure their firmware is up to date.