Arduino CLI is an all-in-one solution that provides Boards/Library Managers, sketch builder, board detection, uploader, and many other tools needed to use any Arduino compatible board and platform from command line or machine interfaces.
Arduino CLI is an all-in-one solution that provides Boards/Library Managers, sketch builder, board detection, uploader, and many other tools needed to use any Arduino compatible board and platform from command line or machine interfaces.
To install arduino-cli, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install arduino-cli
To see what files were installed by arduino-cli, run:
port contents arduino-cli
To later upgrade arduino-cli, run:
sudo port selfupdate && sudo port upgrade arduino-cli
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.