Installing the Arduino Cloud CLI
In this section, we will install the Arduino Cloud CLI tool. The Arduino team developed the CLI tool for all three major operating systems: macOS, Windows, and Linux. You can download the Arduino Cloud CLI tool for your operating system from https://github.com/arduino/arduino-cloud-cli/releases. The official Arduino Cloud CLI page can be found at https://docs.arduino.cc/arduino-cloud/getting-started/arduino-cloud-cli; here, you can get updated information regarding commands and their usage.
Always try to download the latest and most stable release of the Arduino Cloud CLI. After downloading the ZIP file according to your operating system, extract the files from it. You will find one executable file named arduino-cloud-cli
and another called LICENSE.txt
, and can set up Environmental variables for an arduino-cloud-cli
executable file in your operating system, which will help you to execute arduino-cloud-cli
in the terminal without specifying the location...