The balena CLI is a Command Line Interface for balenaCloud or openBalena. It builds on the balena API and the balena SDK, and can also be directly imported in Node.js applications.
The balena CLI is a Command Line Interface for balenaCloud or openBalena. It builds on the balena API and the balena SDK, and can also be directly imported in Node.js applications.
To install balena-cli, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install balena-cli
To see what files were installed by balena-cli, run:
port contents balena-cli
To later upgrade balena-cli, run:
sudo port selfupdate && sudo port upgrade balena-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.