Skip to content

firmware list

arduino-fwuploader firmware list

List available firmwares

Synopsis

Displays the availale firmwares, is it possible to filter results for a specific board.

arduino-fwuploader firmware list [flags]

Examples

  arduino-fwuploader firmware list -b arduino:samd:mkr1000

Options

  -b, --fqbn string   Filter result for the specified board FQBN
  -h, --help          help for list

Options inherited from parent commands

      --format string       The output format, can be {text|json}. (default "text")
      --log-file string     Path to the file where logs will be written
      --log-format string   The output format for the logs, can be {text|json}.
      --log-level string    Messages with this level and above will be logged. Valid levels are: trace, debug, info, warn, error, fatal, panic (default "info")
  -v, --verbose             Print the logs on the standard output.

SEE ALSO