arduino-cli icon indicating copy to clipboard operation
arduino-cli copied to clipboard

Arduino command line tool

Results 300 arduino-cli issues
Sort by recently updated
recently updated
newest added
trafficstars

**Please check if the PR fulfills these requirements** - [X] The PR has no duplicates (please search among the [Pull Requests](https://github.com/arduino/arduino-cli/pulls) before creating one) - [X] The PR follows [our...

type: enhancement
priority: medium
topic: CLI
criticality: low

The type declared after any function is not visible as the parameter type for any other function below. Although it is suitable for other purposes. For example: ```cpp struct tword{...

topic: code
type: imperfection
topic: build-process

Similar to https://github.com/arduino/arduino-cli/pull/1734 but for library index

topic: code

### Describe the problem The `cc.arduino.cli.commands.v1.ArduinoCoreService.Upload` method of Arduino CLI's [gRPC interface](https://arduino.github.io/arduino-cli/dev/integration-options/#the-second-pillar-grpc-interface) has a [streaming response](https://arduino.github.io/arduino-cli/dev/rpc/commands/#uploadresponse) that contains the output from the upload process. 🐛 Under some conditions, this stream...

topic: code
type: imperfection
topic: gRPC

### Describe the problem Currently I am using Arduino-cli to flash the device connected to the USB. Everything is running on the Raspberry Pi. The devices are exposed to docker...

topic: code
type: imperfection

### Describe the request Good morning, can you make a BSD build? I've tried to build it myself (I did everything alright) but it failed while Go was downloading packages....

type: enhancement
os: linux
topic: infrastructure
topic: packaging

During library discovery, Arduino CLI searches several locations, which are documented [here](https://arduino.github.io/arduino-cli/dev/sketch-build-process/#dependency-resolution). One of those locations can be the `libraries` subfolder of the Arduino IDE folder. The documented behavior: https://arduino.github.io/arduino-cli/dev/sketch-build-process/#location-priority...

topic: documentation
priority: high
topic: code
type: imperfection

## Proposal ### Current behavior As a gRPC consumer of the CLI, I have to generate the JS/TS modules from the `proto` files. It would be nice to ship the...

type: enhancement
topic: infrastructure
topic: gRPC

**Please check if the PR fulfills these requirements** - [x] The PR has no duplicates (please search among the [Pull Requests](https://github.com/arduino/arduino-cli/pulls) before creating one) - [x] The PR follows [our...

topic: code
type: imperfection

It is a common practice for boards platforms to contain [platform bundled libraries](https://arduino.github.io/arduino-cli/dev/platform-specification/#platform-bundled-libraries) that are a variant of a common library distributed via Library Manager, modified to be compatible with...

priority: low
topic: code
type: imperfection
criticality: medium