Releases: particle-iot/particle-cli
Releases · particle-iot/particle-cli
v2.4.0
- Add
particle usb cloud-status
command to query the device via USB and return its cloud connection status (PR #577) - Update
particle usb list
to optionally accept afilter
param (PR #564) - Update
particle subscribe
command w/--max
flag to exit after N events are received (PR #563) - Update
particle subscribe
command w/--until
flag to exit after specifc event data is received (PR #563) - Update
particle keys server
command to optionally save server keys locally when--deviceType
flag is set (PR #556) - Recognize Asset Tracker platform (PR #579)
- Fix
particle serial monitor --follow
exit signal event handling (ctrl+c
, etc) (PR #574) - Fix cloud compilation & flashing for
core
(PR #569) - Fix
tinker
app flashing forb5som
(PR #576)
v2.3.0
- Updated binaries for DeviceOS 1.5.0
v2.2.0
v2.1.1
v2.1.0
v2.0.1
particle keys
commands handle file paths with spaces- add text warning users to disconnect all but the target device when running
particle doctor
v2.0.0
- drop support for
node@6
, add support fornode@12
. no other breaking changes.
v1.53.0
- Updated binaries for DeviceOS 1.4.4
- fix
TypeError: defer.reject is not a function
indoctor
command
v1.52.0
v1.51.0
- remove irrelevant
--delay
flag fromvariable get
subcommand and alias (#533) - fix --page flag handling in library list command (#533)
- library subcommands
search
,list
, andview
support optional--json
flag to output JSON formatted data (#534) - NOTE: Experimental! Use with caution and expect breaking changes