Skip to content

iectl iem-v2 device firmware update

update device firmware on the basis of device id and release id, use follow flag to follow through complete firmware update procedure

Synopsis

update device firmware on the basis of device id and release id, use follow flag to follow through complete firmware update procedure

iectl iem-v2 device firmware update [flags]

Options

      --deviceid string     id of device to update firmware
      --follow              follow through complete firmware update procedure
  -h, --help                help for update
      --poll-interval int   Specifies the interval, in seconds, between each status check when running in follow mode.
                            By default, the poll interval is set to 5 seconds.
                            You can adjust this value to increase or decrease how frequently the command checks for updates.
                            This option is only effective when the --follow flag is enabled. [optional]
      --releaseid string    release id for firmware to update, if not provided latest compatible firmware will be selected.
                            use this flag cautiously as it may lead to incompatible firmware update

Options inherited from parent commands

  -o, --output string   output format
  -q, --query string    query on result of object
  -v, --verbose         verbose output

Example

$ iectl iem-v2 device firmware update --deviceid "sampleDeviceId" --releaseid "sampleReleaseId" --follow --poll-interval 10

SEE ALSO