Videos
Announcing the Arduino Command Line Interface (CLI)
Arduino
The Arduino team has been working hard to support the needs of our professional developer community. Many of you requested a way to use our tools in Makefiles, and wanted Arduino IDE features available via a fast, clean, command line interface. How cool would it be to install project dependencies with:
arduino-cli lib install "WiFi101” “WiFi101OTA”
So that’s what we’ve done! To make it even cooler, most Arduino CLI commands have the option to output JSON for easy parsing by other programs...
Read more: https://blog.arduino.cc/2018/08/24/an...
