-
-
Notifications
You must be signed in to change notification settings - Fork 801
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
Support for json output in cli commands #42
Comments
Auto completion really messed up the title: Support for json output in cli commands |
Thanks! I got you. I will add it later via new "settings"'s option. |
What do you think, which way is better to tell PlatformIO for
I'm not sure that I can implement normal |
Imo, (1) would be bwst. Just --json. On Sunday, December 28, 2014, Ivan Kravets [email protected] wrote:
This posting is provided "AS IS" with no warranties, and confers no rights. |
Give me please a list with the commands which should return JSON response. Thanks. |
All the list commands, platforms, serial ports, libraries, etc... On Friday, January 2, 2015, Ivan Kravets [email protected] wrote:
This posting is provided "AS IS" with no warranties, and confers no rights. |
The JSON produced is invalid. You can use online tools like JsonLint to validate it. |
Opss... I see it. I will release new 0.10.2 tomorrow with that hotfix. |
What also adding for the boards option? |
An option to dump data as JSON in the console output would be handhandy for commands like list and such. It avoids having to write parsers around the output of clients when automatingoing it.
The text was updated successfully, but these errors were encountered: