Communicate with connected Android devices when in bootloader mode (the one place
adb
doesn't work). More information: https://android.googlesource.com/platform/system/core/+/master/fastboot/#fastboot.
fastboot oem unlock
fastboot oem lock
fastboot reboot bootloader
fastboot flash {{file.zip}}
fastboot flash recovery {{file.img}}
fastboot devices