-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
particle firmware-version
command
#95
Comments
@joegoggins suggesting |
can we just include this as part of |
|
nah, just pretty output, for example:
|
But I also need to find out what output returns when you hit |
I imagine we'll be adding 'system-firmware version' to the device attributes endpoint on the API in the next sprint or two, as well as the raw version info for the system-parts / platforms. I think that will help parse the module json client-side if needed as well. |
We should get that info off the device as much as possible for accuracy? Like i did Also, I want to know my current device info when working offline without a ☁️ so it should all be pulled from device |
On the latest firmware (0.4.4), if you type "v" over serial to a Photon, you'll get something like like: "System Firmware: 0.4.4", it would be great to encapsulate this via the CLI with command like
particle firmware-version
.Additionally, if you type "s" over serial to a Photon, you'll get a bunch of .json illustrating the detailed versions and dependencies information. It would be cool to expose this detailed information via a
--details
switch to theparticle firmware-version
command as pretty json. This switch would also make a reference to the documentation that helps decypher this detailed info.This feature enhancement is related to #85, I'd vote to build this one first, and then generalize it later to accommodate to the other broader
particle serial terminal
feature proposal.The text was updated successfully, but these errors were encountered: