Closed
Description
I see board_manager in .cli_config.yml but I cannot figure out the syntax to add a board URL for Adafruit or ESP8266.
The IDE can do this from the command line like this. I am converting a script using the IDE command line to the new arduino-cli.
./arduino --pref "boardsmanager.additional.urls=https://adafruit.github.io/arduino-board-index/package_adafruit_index.json" --save-prefs