Arduino CLI is a tool to access all Arduino Create API from Command Line. It implements all functions provided by web version of Arduino Create.
-
git clone
this repository into a folder of your choice -
Add '/path/to/arduino/cli/folder' to your PATH environment variable
-
Reload shell configuration or reboot And you’re done, now let’s see how to use the CLI.
A general call is arduino [COMMAND] [options]
To see the full list of commands, call arduino -h
or arduino --help