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

Command Line Interface for Particle Cloud and devices

Results 37 particle-cli issues
Sort by recently updated
recently updated
newest added

It's my understanding it is impossible for the bootloader to be flashed over USB. I get an error if I don't use the `--force` override. However, if I do `--force`...

I am trying to use the Particle CLI to set up Argons. I am able to use `particle serial wifi` and `particle claim` but when I try to use `particle...

## Description Installer does not recognize the new arm architecture for the Apple M1 ### Steps to reproduce When using the bash command line install on an M1 Mac `bash

## Description Add a command such as `particle serial wifi --clean` to delete existing wifi credentials. ### Motivation This avoids the need to use the buttons of a device in...

## Description Attempting to reset keys for a device that was once assigned to my account (but removed). It outputs the following error: >The Doctor didn't complete successfully. Cannot destructure...

## Description Currently, the `serial` commands in the CLI offer `monitor`, which is a read-only serial connection to the device. It would be very helpful for development if bidirectional communication...

track

## Description When setting up a device you can pass the `--protocol tcp` flag to use TCP instead of UDP. This will cause the device to send RSA keys instead...

## Description When command `particle update-cli --help` is executed, it panics instead of showing a help message. ### Steps to reproduce Run `particle update-cli --help` from VSCode terminal. ### Expected...

Since I've come across similar questions like this one before, I'd like to propose an enhancment https://community.particle.io/t/error-when-using-makefile-eclipse-for-debugging/42913/3?u=scruffr There are some contributed libraries that use `.hpp` files and they seem to...

## Situation For many commands, the `--port ` option is necessary and very useful to target only one device when many are attached on different ports. ## Complication Sometimes USB...

feature