Scroll to navigation

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

NAME

arduino-cli-daemon - Run the Arduino CLI as a gRPC daemon.

SYNOPSIS

arduino-cli daemon [flags]

DESCRIPTION

Run the Arduino CLI as a gRPC daemon.

OPTIONS

--daemonize[=false] Do not terminate daemon process if the parent process dies

--debug[=false] Enable debug logging of gRPC calls

--debug-file="" Append debug logging to the specified file

--debug-filter=[] Display only the provided gRPC calls

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

--max-grpc-recv-message-size=16777216 Sets the maximum message size in bytes the daemon can receive

--port="50051" The TCP port the daemon will listen to

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 daemon

SEE ALSO

arduino-cli(1)

HISTORY

5-Jul-2026 Auto generated by spf13/cobra

Jul 2026 Auto generated by spf13/cobra