Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
List listFirmware `command:"list" alias:"ls" description:"list firmware images"`
Upload uploadFirmware `command:"upload" alias:"up" description:"upload firmware image"`
Update updateFirmware `command:"update" description:"update firmware image"`
Delete deleteFirmware `command:"delete" alias:"del" description:"delete firmware image"`
Monitor monitorFirmware `command:"monitor" alias:"mon" description:"monitor firmware update status"`
Reset resetError `command:"clear" description:"clear firmware errors on device"`
Get getFirmware `command:"get" description:"get firmware details"`
}
Command holds the subcommands for the firmware command
Click to show internal directories.
Click to hide internal directories.