Releases: particle-iot/particle-cli
Releases · particle-iot/particle-cli
v1.50.0
-
Add option to set expiration time when creation API tokens
Examples:
# Token for 1 hour (3600 seconds) particle token create --expires-in 3600 # Token that never expires (good for cloud applications) particle token create --never-expires
-
Add
particle usb listen
as an alias toparticle usb start-listening
-
Fix
particle serial wifi
to now time out after 5 seconds if the device is not in USB listening mode. -
Fix spinner to now spin while commands like
partilce usb
andparticle mesh
are waiting.
v1.49.0
v1.48.0
v1.47.0
v1.46.2
- Fix “utilities.replaceAll is not a function” when running
particle keys server
using the--host
flag - Fix “Cannot read property ‘toLowerCase’ of undefined” when running
particle keys doctor
- Update help text for
particle keys send
to specify deviceid
is required - Refine end-to-end
compile
assertions to improve reliability - Add device-dependent end-to-end tests for
particle update
v1.46.1
- Fix flaky end-to-end compilation test
v1.46.0
v1.44.0
- Cloud compile and flash now accept
.hpp
,.hxx
, and.hh
files - Update
particle-usb
tov0.5.0
in preparation fornode@12
support - Improved install / update instructions to reduce confusion for users of our wrapper bins
serial_follow_delay
setting uses default of 250ms (vs 5ms)- Made
serialport
an optional dependency