Scroll to navigation

ARDUINO COMMAND LINE MANUAL(1) ARDUINO COMMAND LINE MANUAL(1)

NAME

arduino-cli-board-list - List connected boards.

SYNOPSIS

arduino-cli board list [flags]

DESCRIPTION

Detects and displays a list of boards connected to the current computer.

OPTIONS

--board-options=[] List of board options separated by commas. Or can be used multiple times for multiple options.

--discovery-timeout=1s Max time to wait for port discovery, e.g.: 30s, 1m

-b, --fqbn="" Fully Qualified Board Name, e.g.: arduino:avr:uno

-h, --help[=false] help for list

-w, --watch[=false] Command keeps running and prints list of connected boards whenever there is a change.

OPTIONS INHERITED FROM PARENT COMMANDS

--additional-urls=[] Comma-separated list of additional URLs for the Boards Manager.

--config-dir="" Sets the default data directory (Arduino CLI will look for configuration file in this directory).

--config-file="" The custom config file (if not specified the default will be used).

--json[=false] Print the output in JSON format.

--log[=false] Print the logs on the standard output.

--log-file="" Path to the file where logs will be written.

--log-format="text" The output format for the logs, can be: text, json

--log-level="info" Messages with this level and above will be logged. Valid levels are: trace, debug, info, warn, error, fatal, panic

--no-color[=false] Disable colored output.

EXAMPLE


debian/build/bin/arduino-cli board list --discovery-timeout 10s

SEE ALSO

arduino-cli-board(1)

HISTORY

15-Aug-2026 Auto generated by spf13/cobra

Aug 2026 Auto generated by spf13/cobra