Releases: particle-iot/particle-cli
Releases · particle-iot/particle-cli
1.9.3
Fixes
- Do not fail DFU commands if any
stderr
output is generated.
1.9.2
1.9.1
Fixes
- Fix
leave
being left off the DFU command when flashing user application firmware. - Remove excess
console.log
- Fix system version display during
identify
for Electrons
1.9.0
New Features
keys address
command to read protocol, host, and port configured on a device for the cloud.keys protocol
command to switch cloud transport protocol betweentcp
andudp
for devices that support it.binary inspect
command to parse a firmware binary and output module information.serial inspect
command to read module information from the device, parse, and display it. (#76)list
output can now be filtered usingonline
,offline
, device type, or device id/name. (#96)- Firmware binaries are now parsed and sent to the correct device address. This allows you to flash system parts with
flash --usb
now. Incorrect usage is prevented, but can be overridden with--force
. (#159) - Check for updates - particle-cli now checks to see if you have the latest version from npm, at most once a day, and outputs a message if not.(#138)
- Cloud public keys are included and can be flashed by invoking
keys server
with no arguments. (#70) - Support across the board for ECC keys used with the UDP cloud protocol on the Electron. Most
keys
commands now support--protocol udp
and--protocol tcp
, but will default to what is appropriate for the device.
Enhancements
- Add system firmware version to
identify
command. (#95) - Improve bad token handling. (#193)
- Enable auto-detection of variable name versus device id during
variable get
andvariable monitor
. (#187) - Use device attributes to determine platform for flashing apps. (#151)
- Output detected Wi-Fi security type. (#126)
- Add option for manual entry if no Wi-Fi networks are detected. (#121)
- Add
webhook
documentation to README. (#29) - Add support for
--product_id
tokeys send
command. (#155) - Improve API error handling.
- Improve device claiming output. (#152)
Fixes
- Fix URL for DFU install instructions. (#191)
- Check arguments for
udp send
,token revoke
. (#185, #180) - Backspace will no longer erase console output. (#20)
- Handle errors from
softap-setup-js
duringsetup
. (#154) - Filter Photon SSIDs from available list during
serial wifi
. (#135) - Filter directories from list of files to compile during
compile
. (#177) - Remove documentation for invalid
flash
argument combinations. (#115) - Show error when trying to flash a directory over USB. (#142)
Updates
- Electron firmware binaries to 0.4.8-rc.6
new electron firmware update
1.8.22 version bump to 1.8.22
quick webhooks fix / recent changes
- includes recent variable / return code changes
- small webhooks param fix.
1.8.20
1.8.19
- Fix cloud compiling error
1.8.18
- Fix early returns from promise using commands
1.8.17
- Update Electron binaries to v0.0.3-rc.3