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

### Describe the problem Arduino IDE 1.x supports defining platform properties for all boards platforms via a "global `platform.txt`": https://arduino.github.io/arduino-cli/dev/platform-specification/#global-platformtxt Arduino CLI does not provide this feature. Due to the...

topic: documentation
topic: code
type: imperfection

**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
topic: infrastructure

### Describe the problem Libraries are identified by the "real name" defined in the `name` field of [the `library.properties` metadata file](https://arduino.github.io/arduino-cli/dev/library-specification/#libraryproperties-file-format) (or by the folder name in the case of...

topic: code
type: imperfection

### Describe the problem Libraries are identified by the "real name" defined in the `name` field of [the `library.properties` metadata file](https://arduino.github.io/arduino-cli/dev/library-specification/#libraryproperties-file-format) (or by the folder name in the case of...

topic: code
type: imperfection

### Describe the problem When I try to build arduino-cli with `task build`, I receive the following error: ``` $ task build task: [go:build] go build -v -ldflags ' -X...

topic: code
type: imperfection

### Describe the problem Arduino libraries may have dependencies on other libraries. These can be specified in the [library's metadata](https://arduino.github.io/arduino-cli/dev/library-specification/#library-metadata), which will cause Arduino CLI to install them along with...

topic: code
type: imperfection

Hi, **Describe the bug** If you change proxy setting, and after you want no proxy, the configuration don't change, when you want to load a new library. **To Reproduce** Steps...

topic: code
type: imperfection
topic: gRPC

This bindings have been added to [golang updream](https://pkg.go.dev/golang.org/x/sys/windows#KnownFolderPath), so the lib https://github.com/arduino/go-win32-utils has to be removed as a dep and the repo archived

type: enhancement
topic: code

### Describe the request Arduino IDE 1.x sorts the menu for each platform in Tools > Board (e.g., Tools > Board > Arduino AVR Boards) according to the order of...

type: enhancement
topic: code

### Describe the request It would be really great if the following command: `arduino-cli lib install --zip-path ./myzip-lib.zip` would also fetch the dependencies listed in the `library.properties`. ### Describe the...

type: enhancement
topic: code