- Add support for Protected Devices in CLI operations
- Add option to filter device with particle device-protection commands
- Remove particle setup command
- Update device constants for new display names and gen4
- Fix open url action on windows for
particle login --ssocommand
- Added Device Protection feature
- Introduce new wifi setup process using
particle wificommands - Add
particle usb network-interfacescommand - Remove
--privateand--publicoption frompublishargs - Handle failures for invalid CLI commands
- Add improvements to CI/CD process
- Fix ci deployment
- Update Readme and Release documents to reflect the new CLI package structure
- Fix unix installer to stop update check when installing specific version
- Fix update-cli command to find the current executable path to update
- Fix serial identify: show again IMEI and ICCID for all DVOS versions
- Fix assets flashing to accept renamed files
- Add new CLI package structure
- Add
particle update-cli --disable-updatesto disable update checks - Add
particle update-cli --enable-updatesto enable update checks - Add
particle update-cli --versionto update to a specific version
- Remove yeoman generator and use the new project structure
- Use
serialto configure wifi devices - Update
particle-commandsdependency to1.0.1
- Removes particle setup command which was used to setup photons
- Removes particle device doctor command and doctor is suggested to be used by docs
- Removes particle serial claim command
- Uses control requests to use the following commands so the user does not need to keep the device in listening mode
- Device identify using particle serial identify
- Device inspect using particle serial inspect now shows assets as well
- Device mac address using particle serial mac
- Configure Wifi using particle serial wifi
- Support devices in protected mode
- Replace serial mode flashing by local flashing
- Add
particle logic-funcctionnamespace - Add
particle logic-function listcommand to list logic functions - Add
particle logic-function getcommand to get a logic function - Add
particle logic-function createcommand to create a logic function - Add
particle logic-function executecommand to execute a logic function - Add
particle logic-function deploycommand to deploy a logic function - Add
particle logic-function enablecommand to enable a logic function - Add
particle logic-function disablecommand to disable a logic function - Add
particle logic-function deletecommand to delete a logic function
- Dummy version same as 3.18.0
- Local flsher skips flashing assets which are already on the device
- Supports flashing monolithic firmware using
particle flash --local / --usbcommands - Fix e2e tests
- Fix
particle flash --localwere not picking the deviceId from params - Update
particle-commandsdependency to0.5.3
- Fix wrong message when attempting to run
particle update|particle flash|particle flash --localwithout connected devices
- Add notes for e2e tests
particle flash --localnow works offline- Device selector on
particle flashparticle flash --localparticle updatenow retrieve more information - Fix Pick wrong device to flash when multiple devices are connected
particle flash --usbis aware of the required device mode depending on the binary- Update
particle-usbdependency to2.4.1
- Revert unintentional change to particle serial commands
- Ask user to manually switch to DFU for Device OS < 2.0.0
- Rework keys commands and remove usage of dfu-util
- Fix
particle flash --localadd retry logic for control request updates
- Rework
particle flash --usbcommand to use the CLI flasher - Invalidate 128k user part when required
- Use the latest version of
particle-api-js - Add notes for e2e tests
- Update command uses local flash and can target any Device OS version
- Support asset bundle size limitation
- Add local flash command with support for updating Device OS and flashing assets
- Rework particle bundle command to read project.propertie file
- Add support for project properties to bundle assets
- Rework functionality of particle.include and particle.ignore files
- Support for compile command to bundle assets and app binary
- Updated binaries for DeviceOS 4.1.0
- Support for bundle command to bundle assets and app binary
- Fix implementation of library upload so it works in Node 16
- Update node version from
v12tov16 - Update
serialportdependencies
- Add
loginwithssofeature
- Addressed renaming
Muon->M SoMplatform
- Add initial support for
muonplatform
- Updated binaries for DeviceOS 4.0.2
- Updated binaries for DeviceOS 4.0.1 and 2.3.1
- Updated binaries for DeviceOS 4.0.0
- Refactor project to no longer require a build step
- More fixes to CI pipeline
- Validate changes to CI pipeline
- Fix
ERROR: Cannot find module './src/lib/platform'
- Improve
updatecommand: Flash using control requests, tune module update order so bootloader is first, automatically enter DFU mode when possible
- Add initial support for new
esomxandtrackermplatforms - Tune internal development tooling + CI/CD
- Updated binaries for DeviceOS 2.3.0
- BREAKING: Remove support for Redbear Duo. To use the CLI with a Duo, install the latest version 2:
npm install -g particle-cli@2 - Pull platform information from a shared library
- Clean up CI / CD misfire
- Updated binaries for DeviceOS 2.2.0
- Added first-time flash notice to inform users of potential latency related to Safe Mode Healer (PR #613)
- flash user applications into the location indicated by the module prefix
- bump
binary-version-readerdependency tov1.0.1
- Updated binaries for DeviceOS 2.1.0
- Fix filtering by
platform(e.g.tracker) inparticle usb listcommand
- Updated binaries for DeviceOS 2.0.1
particle token listcommand prompts for OTP to support users with MFA enabled (PR #601)
- Fix intermittent failures with
particle flash --usb serialon windows (PR #598) - Silence
UnhandledPromiseRejectionWarningandBuffer() is deprecatedwarnings - Updated binaries for DeviceOS 2.0.0
- Fix
particle flash --usb tinkerwhen targeting absom(PR #596)
- Fix
particle doctordestructuring error (PR #591) - Fix
particle flash <my-device> tinkerwhen<my-device>is in a product (PR #592)
- Add
particle product device removecommand to remove a device from a product (see--helpfor details)
- Handle unresponsive devices when running
particle usb list
- improve api error messaging
- ensure
particle function callrespects the--quietflag - remove
silly!in vaidation error messsage when prompting forusername - update wiring-preprocessor to
v2.2.0to fixenum classsyntax handling
- Add
particle productnamespace - Add
particle product device listcommand to list devices in a product - Add
particle product device addcommand to facilitate adding device to a product - Update
particle variable getto accept--product <id>flag in order to fetch a variable from a product device - Update
particle function callto accept--product <id>flag in order to call a function on a product device - Update
particle subscribeto accept--product <id>flag in order to listen for events on a product device - Update
particle publishto accept--product <id>flag in order to send events to a product's event stream - Update
particle cloud flashto accept--product <id>flag in order to facilitate flashing a product device
To learn more about these commands, append the --help flag and run the desired command - e.g. particle product --help
- Updated binaries for DeviceOS 1.5.2
- Updated binaries for DeviceOS 1.5.1
- Fix
particle usb listwhen connected device(s) are not associated w/ signed-in account (PR #580)
- Add
particle usb cloud-statuscommand to query the device via USB and return its cloud connection status (PR #577) - Update
particle usb listto optionally accept afilterparam (PR #564) - Update
particle subscribecommand w/--maxflag to exit after N events are received (PR #563) - Update
particle subscribecommand w/--untilflag to exit after specifc event data is received (PR #563) - Update
particle keys servercommand to optionally save server keys locally when--deviceTypeflag is set (PR #556) - Recognize Asset Tracker platform (PR #579)
- Fix
particle serial monitor --followexit signal event handling (ctrl+c, etc) (PR #574) - Fix cloud compilation & flashing for
core(PR #569) - Fix
tinkerapp flashing forb5som(PR #576)
- Updated binaries for DeviceOS 1.5.0
- Update
particle-usbdependency so theparticle usb dfucommand confirms device is in DFU mode before exiting (PR #555) - Update
wiring-preprocessordependency to haveParticle.hincluded when runningparticle preprocess(PR #554)
- Fix device transfer prompt in
particle cloud claimcommand (PR #549) - Clarify that
particle cloud claimrequiresdeviceID, always send lowercase id to the API (PR #550)
- Display info about product firmware in
particle binary inspectcommand (PR #546) - Add a command
particle usb setup-doneto set and clear the "setup done" flag (PR #547) - Recognize B5 SoM platform (PR #548)
particle keyscommands handle file paths with spaces- add text warning users to disconnect all but the target device when running
particle doctor
- drop support for
node@6, add support fornode@12. no other breaking changes.
- Initial release candidate for v2 - dropping support for
node@6and adding support fornode@12. no other breaking changes.
- Updated binaries for DeviceOS 1.4.4
- Updated binaries for DeviceOS 1.4.3
- remove irrelevant
--delayflag fromvariable getsubcommand and alias - fix --page flag handling in library list command
- library subcommands
search,list, andviewsupport optional--jsonflag to output JSON formatted data - NOTE: Experimental! Use with caution and expect breaking changes
-
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 listenas an alias toparticle usb start-listening -
Fix
particle serial wifito now time out after 5 seconds if the device is not in USB listening mode. -
Fix spinner to now spin while commands like
partilce usbandparticle meshare waiting.
- Updated binaries for DeviceOS 1.4.2
- Updated binaries for DeviceOS 1.4.1
- Electron DeviceOS binaries used for
particle updateare no longer built withDEBUG_BUILD=y
- Updated binaries for DeviceOS 1.4.0
- Fix “utilities.replaceAll is not a function” when running
particle keys serverusing the--hostflag - Fix “Cannot read property ‘toLowerCase’ of undefined” when running
particle keys doctor - Update help text for
particle keys sendto specify deviceidis required - Refine end-to-end
compileassertions to improve reliability - Add device-dependent end-to-end tests for
particle update
- Fix flaky end-to-end compilation test
- Updated binaries for DeviceOS 1.3.1
- Fixes issue "Cannot read property 'then' of undefined" w/
particle doctor - Fixes long delay before exiting
particle flash --serial <bin>command - Fixes support for
particle.ignorewithin legacy projects - Optionally follow symlinks when collecting files for compilation - e.g.
particle compile argon --followSymlinks - Update help text for
particle keys doctorto specify deviceidis required
- Cloud compile and flash now accept
.hpp,.hxx, and.hhfiles - Update
particle-usbtov0.5.0in preparation fornode@12support - Improved install / update instructions to reduce confusion for users of our wrapper bins
serial_follow_delaysetting uses default of 250ms (vs 5ms)- Made
serialportan optional dependency
- Resolves a regression introduced in 1.43.2 when flashing known applications e.g. tinker.
- Support for radio stack modules and
DROP_MODULE_INFOmodule flag #493 - Support for secondary dependency in
particle binary inspect#493
- Fixes issue #498 where
particle updatefails on Photon/P1 #499
- Updated binaries for Device OS 1.2.1
- Removed Ascender mechanism for updating bootloaders and replaced with shiny new 🌟 feature implemented in Device OS PR 1788 that allows us to flash the bootloader via DFU with special sequence.
- Updates bootloader on Photon and P1 to Device OS v1.1.1's latest version (v301), even though (v201) is only required. #496
- Also updates all Device OS binaries to v1.1.1 #496
- Move
core-jsfromdevDependenciestodependencies(fixes #491) - Update
wiring-preprocessortov2.0.1, show generated file warning when coverting.ino->.cpp
- Add
particle usb resetsupport for devices in DFU mode #488
- Updates bootloader on Photon and P1 to Device OS v1.1.0's latest version (v301), even though (v201) is only required. #487
- Also updates Photon/P1/Electron Device OS binaries to v1.1.0 #487
- Adds
particle updatesupport for Gen 3 platforms #487 - Show NCP firmware modules in the output of
serial inspect#477 - Mesh command fixes #485
- Add mesh commands (
particle mesh) #473 - Add USB utility commands (
particle usb) #473 - Add Gen 3 devices and Particle debuggers to the udev rules file #473
- Detect if the installed udev rules file needs to be updated #473
- Use different server key variant for Gen 3 devices in particle keys server #470
- Support Gen 3 SoMs in compile, DFU mode and serial mode #470
- Revert support Argon, Boron, Xenon in
particle update#467
- Fix tinker for Photon, P1, Argon, Boron, Xenon #465
- Support Argon, Boron, Xenon in
particle update#465 - Fix timeout when flashing Argon NCP firmware over serial #465
- Fix to stop spinner after running
particle login --token XXXX#464
- Add support for Gen 3 bootloader and NCP to
particle binary inspect#461
- Fix cloud flash --target option handling #453
- Fix mesh device key addresses #452
- Support mesh devices in cloud flash and DFU #451
- REVERT switch from
package-lock.jsontonpm-shrinkwrap.json#437
- switch from
package-lock.jsontonpm-shrinkwrap.json#436
- pin
serialportto 6.2.0 to avoid installation issues on Windows #435
- fix "Cannot read property 'stop' of undefined" in whoami command #433
- fix server error when particle function returns
0, only show time for variable when--timeflag is set #431 - fix handling of
dirparam and--nameflag inproject createcommand #429 - handle
--username,--password, and--tokenflags inlogincommand #428 - add
whoamicommand to see currently signed-in username #430
- Improve error handling #422
- Document the update-cli command #425
- Remove Electron flash data warning #426
- Include binaries for firmware 0.7.0 (with bootloader updater "ascender" app for Photon/P1)#408
- Include binaries for firmware 0.7.0
- #405 Add back capability to configure Wi-Fi over serial using a JSON file
- Fix crash when changing account in
particle setup
- Add missing alias
particle identify=>particle serial identify
- #403 Move all commands to the new argument parser and rework the help
- Handle API errors when fetching the claim code
- Fix --yes for flash with binary
- Include binaries for firmware 0.6.4 [Electron only]
- #392 Migrate from serialport v4 to v6
- Include binaries for firmware 0.6.3
- #386 Increase Device Doctor timeout for clearing EEPROM
- #379 Add
particle device doctor
- #375 Fix for
particle setup wifi.
- Support for WPA Enterprise Wi-Fi setup
- Include binaries for firmware 0.6.2
- #353 Wi-Fi switching on Windows
- #351 Library publish without a name
- White list files when uploading library to avoid publishing unnecessary files
- Include binaries for firmware 0.6.1
- Fix: Use release version of particle-library-manager
- #338 -
particle keys protocoldisplays the currently configured protocol for the connected device - #205 -
webhook delete allcommand. Thanks @kennethlimcp! - #240 - `particle serial monitor --follow' reconnects to the serial port when the device resets. Thanks @derekmpeterson!
- #225 - ability to specify a .json file to skip the wifi prompts. Thanks @markterrill!
--no-update-checkto skip checks for updated versions
- #326 - unhandled rejection in
help - #235 - Unhandled error in
particle setup - #331 - Flashing a known app causes exception
- #328 - ParticleCLISetup for Windows broken due to OpenSSL download problem
- #326 - Unhandled rejection in help
- #321 - keys doctor (device id) is case sensitive
- #292 - this -> self
- #280 - Incorrect key pulled for Electron using TCP
- #279 - Server key address output incorrect for Electron using TCP
- #231 - max retry for wifi scan error
- #299 - update glob dependency to avoid warning about minimatch vulnerability. Thanks @snyk-bot.
#r 1.19.2 - 26 January 2017
- Fix path for compiling library examples
- Tweak for Windows CLI installer
- Library commands. Try
particle library
- Include binaries for firmware 0.6.0
- Disable update check through environment
- Add support for Raspberry Pi
- Include binaries for firmware 0.5.3
- Fix a crash at startup when running without a tty
- Support DFU flashing 3-part Electron system firmware (0.6.0 and later)
- Include binaries for firmware 0.5.2
- Add Oak and Bluz platforms
- Fix flashing binaries to Electron over the air
- Use tarball instead of git dependency to be able to install on computers without git
- Fix particle compile with --saveTo flag
- Include binaries for firmware 0.5.1
- Fix incorrect platform id error when doing a DFU flash for Core (#232)
- Able to OTA flash binary files again (#251)
- Serial port package updated to version 3.1.1 for compatibility with Node.js v6. Thanks @nfriedly! (#244)
- Better error message when renaming devices. Thanks @derekmpeterson (#238)
- Remove debug output from
particle keys send. Thanks @derekmpeterson! (#239)
- Add
udp listencommand. (#220)
- Add
0.5.0update binaries for Electron, Photon, and P1. - Add Redbear Duo to known platform list.
- Add a debugging version of tinker for Electrons that logs AT commands over serial.
- Prompt for confirmation of OTA data usage, when flashing cellular devices.
- Handle invalid token for
subscribecommands. (#207) - Lowercase device id output during
setup. (#208) - Increase specific error to ignore during
update. (#206)
- Add
serial flashcommand andflash --serialmode to flash firmware over serial using the YMODEM protocol. (#200) - Add compile version targeting using
--targetargument.compileandflashboth support this argument, when compiling via the cloud. (#183) - Add support for
proxyUrlsettings to be used when communicating with the Particle Cloud. (#108) - Prompt to request a transfer, if needed, when claiming a device. (#114)
- Change to
0.4.9update binaries used by theparticle updatecommand for Photon and P1.
- Fix serial device detection on Linux. Thanks @monkbroc! (#190)
- Fix
helpcommand output that was missing information in some cases. - Fix timeout error during
setup wifion Cores. (#144) - Standardize Wi-Fi question order. (#19)
- Fix
listif no devices are found. - Generate keys with
keys newif no DFU device found but--protocolspecified. - Make binary downloads after
compilemore reliable.
- Do not fail DFU commands if any
stderroutput is generated.
- Fix
node-wifiscanner2not reporting any SSID results on non-enlocales in Windows. Thanks @ScruffR! (#118)
- Fix
leavebeing left off the DFU command when flashing user application firmware. - Remove excess
console.log - Fix system version display during
identifyfor Electrons
keys addresscommand to read protocol, host, and port configured on a device for the cloud.keys protocolcommand to switch cloud transport protocol betweentcpandudpfor devices that support it.binary inspectcommand to parse a firmware binary and output module information.serial inspectcommand to read module information from the device, parse, and display it. (#76)listoutput 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 --usbnow. 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 serverwith no arguments. (#70) - Support across the board for ECC keys used with the UDP cloud protocol on the Electron. Most
keyscommands now support--protocol udpand--protocol tcp, but will default to what is appropriate for the device.
- Add system firmware version to
identifycommand. (#95) - Improve bad token handling. (#193)
- Enable auto-detection of variable name versus device id during
variable getandvariable 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
webhookdocumentation to README. (#29) - Add support for
--product_idtokeys sendcommand. (#155) - Improve API error handling.
- Improve device claiming output. (#152)
- 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-jsduringsetup. (#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
flashargument combinations. (#115) - Show error when trying to flash a directory over USB. (#142)
- Electron firmware binaries to 0.4.8-rc.6
- New firmware release for electron
- 21 on the 21st! Fixing small bug that impacted webhook creation.
- Fix cloud compile error output. Improve error code reporting in several places.
- Fix cloud compiling error
- Fix early returns from promise using commands
- Update Electron binaries to v0.0.3-rc.3
- Add
bluzto cloud compile platforms
- Update Electron binaries to v0.0.3-rc.2
- Add Electron update binaries and tinker. Add IMEI/ICCID serial parsing.
- Update node-serialport dependency to require 2.0.1 or later.
- Update system firmware to 0.4.7 for Photon/P1.
- Include voodoospark v3.1.1 binary. Update package.json engines requirement.
- Forgot to publish update to README removing mention of Node 4.x incompatibility.
- Include v2.0 of node-serialport. This makes the Particle CLI compatible with Node v4.x!
- Include voodoospark v3.1.0 binary.
- revert Electron modular settings and update binaries.
- Include voodoospark v3.0.0 binary.
- Update system firmware to 0.4.6 for Photon/P1.
- Add Electron update binaries and tinker.
- Fix Photon claiming.
- Critical fix to system firmware 0.4.5
- Update system firmware to 0.4.5
- Add Electron setup. Update event publish description.
- Handle optional serial wifi prompt for cipher type. Add version to help commands. Add P1 tinker to known apps. Display Electron label in device list. Fix webhook type information being lost. Upgrade node-wifiscanner2 to work in more locales.
- Re-add fixed P1 serial support. Fix device MAC address detection.
- Revert serial changes
- Add serial support for P1
- Add support for P1 cloud compiling from CLI
- Fix variable monitor. Warn if connected to Photon AP when starting setup. Fail if device name contains spaces. Add support for manual mode when scanning but not connecting works. Ask for device name when setting up a photon. Use child_process.spawn to avoid password prompts on OS X.
- Update system firmware to 0.4.4
- Fix verbose DFU output. Fix config value deletion. Handle network scan security type missing. Handle trailing slashes in api url. Select first Wi-Fi port instead of hard-coded (OS X). Check for correct error from API when a token is invalid
- Fix Win10 device detection with default USB serial driver
- Update system firmware binaries
- Add tests. Add system firmware updating.
- Fix known app paths. Remove unused promise.
- Add known apps to device specs
- Add missing semicolons
- Format flash output. Use sudo correctly when necessary. Validate SSID entry. Update README with device_type args to compile command. Fix docs links. Update dfu-util links. Ask for device type when flashing. Fix Wi-Fi reconnection.
- Fix core setup
- update to use "flashDevice"
- fix cloud flash command
- keys command fixes and update colour to be blindness friendly
- Webhook fixes
- Fix core setup
- Fix tiny but important typo in prompts around manual Wi-Fi credentials.
- Added manual Wi-Fi credential mode. If your Wi-Fi network is non-broadcast, or if you'd just rather avoid scanning for networks, you can choose to manually enter your network details.
- Fixed a visual formatting bug of markdown on the README
- Fixed DFU specification regression causing users to be unable to locally flash keys and firmware to Photons.
- Rebranding complete! This project is now known as particle-cli
- Fixed error handling on Wireless Photon setup routine.
- Introduce support for Photon setup on OS X. New UI implementation for setup and wireless commands. Deprecating spark-cli in favor of the particle-cli as part of Spark's rebranding to Particle. Future releases will be under the 'particle-cli' package.
- introduce token commands by Kyle Marsh, documentation preparation for Photon release, merged js/ and doc/ directories, firmed up semantic versioning for dependencies, converted to hard tabs.
- fixing spark.include not being considered for builds
- reverting patcher for the moment by popular demand
- oops, real "1.14" patcher, cc3000 should report version 1.32
- adding new patcher that pulls latest patch from TI, 1.14
- pushing out patches and pull requests
- upgrading Voodoospark (2.6.0)
- adding glob support for include / ignore files, and both files are now processed! Also only pulling in source files by default (*.h, *.cpp, *.c, *.ino) - fixed a ton of issues (#60, #97, #66, #84, #89, #90, #95)
- new version of Voodoospark (2.5.0) requested in #105, yay!
- new tinker, version 11
- bringing in pull requests #92, #93, #98, fixing issues #91, #80, #83, #88, #87, bringing in contributors from 2014
- test for spark vendorid in findcores
- new tinker! Version 10 - second try
- new tinker! Version 10
- new webhook parameters and features, still in beta, but coming soon!
- new tinker binary! Version 9
- new tinker binary! Version 8
- adding a helper in the event capitalization is wrong on config settings
- adding config command
- adding latest tinker binary
- adding latest deep_update binary
- fixing a cloud flash file handling bug
- fixing a bug where a bin file in a directory would cause the CLI to stop looking for source files when compiling.
- adding "--factory" option for spark flash, to more easily rewrite the factory reset firmware area, a bunch of little fixes, and a new 'spark list' output format
- adding
deep_update_2014_06known app, to help with patching cores that aren't able to patch wirelessly
- adding version to general help, incorporating voodoospark pull request
- various bug fixes - fixing "undefined" variables, instead of proper count
- Allowing comment lines prefixed with "#" in spark.include and spark.ignore
- Fixing a flashing binary bug - don't conclude binary file argument is an output bin unless it's preceded by other filenames.
-
Okay! The command structure got a bit of a remodel, use
spark helpto see the new commands. Pro-Tip! If you don't like the new command structure, the old commands should still mostly work, and you can remove the new commands entirely by addingcommandMappings: nullto your settings overrides file (which is here: ~/.spark/spark.config.json ). There have also been lots of small bug fixes and improvements. Also, the new mappings.json file paves the way for language support for command descriptions and help in languages other than english. Please feel free to send in translations! :) -
Includes Fixes for #30, #36, pr #35, #32, #39
- New node-serialport that doesn't need to be compiled, yay! Please check the github readme for new commands :) Includes Fixes for #21, #5, #30, pr #27, pr #29,
- Clarifying language, fixing some prompts
- Adding 'subscribe' for streaming SSE from Spark.publish
- fixing a bug where we used the wrong parser
- Add a serial find override for /dev/ttyACM if we don't find any cores advertised on serial
- Fixing #18, backwards compatibility for wifi config
- Improving the guided setup user account behaviors
- Adding a guided setup command, lots of small tweaks
- Merging in a patch that helps with using Serial on Windows
- Adding basic function call support
-
Merged in pull request for #6, and #14, fixed #3, #9, and #10,
-
Also removed hard dependency on ursa so the build / install is easier.
- Adding cloud list
- Adding local dfu flash
- Adding Udp client helper
So this is very new software. We haven't even peeled off the protective plastic film yet. There will be bugs, and I hope you'll help us find them and add suggestions along the way.
- Please feel free to submit issues, pull requests, comments, suggestions, and more at the repository https://github.com/spark/particle-cli
- You can find documentation on Particle here: http://docs.particle.io/
- You can post and find answers on the forums here: http://community.particle.io/
- Or you can find us on IRC at freenode #particle