On the developers email list I have been watching the postings about the new Alpha command line release from Arduino.
From Luca Cipriani of Arduino:
So I was wondering if anyone has tried this with supporting the Teensy boards?We are happy to announce the first version of our Arduino CLI tool.
Here is the code: https://github.com/arduino/arduino-cli
It is a full command line to do the most common Arduino tasks and later on to be included in your CMake files and have a proper daemon API. Please consider is still alpha that's why every bug report is really useful for us.
I wrote a small getting started guide in the readme available here:
https://github.com/arduino/arduino-cli#getting-started
Please report the bugs you find on github.
We would love to listen your feedback!
Thank you,
Earlier I was able to use the Arduino IDE command line to build a simple app. I was able to build a program over an SSL link (Putty) to a linux board. It only failed when it tried to do an upload to the teensy. I was able to make this work by changing platform.txt to use the teensy cli program instead.
Edit: should mention that there are some pre built binaries you can download:
We are working on VSCode integration with Microsoft directly.
The plan is to add an extra GPRC interface on top of all the public methods so will be easy to do other IDEs integration.
I forgot to add here precompiled build for the lazy devs as we all are:
http://downloads.arduino.cc/arduino-...inux32.tar.bz2
http://downloads.arduino.cc/arduino-...inux64.tar.bz2
http://downloads.arduino.cc/arduino-...nuxarm.tar.bz2
http://downloads.arduino.cc/arduino-...review-osx.zip
http://downloads.arduino.cc/arduino-...ew-windows.zip