kislyuk / yq

Command-line YAML, XML, TOML processor - jq wrapper for YAML/XML/TOML documents
https://kislyuk.github.io/yq/
Apache License 2.0
2.53k stars 81 forks source link

xq no longer outputting JSON #177

Closed gcs8 closed 6 months ago

gcs8 commented 6 months ago

I was trying to use https://github.com/XReyRobert/telegraf-nvidia-smi-plugin-on-steroid/tree/main but was pulling my hair out trying to figure out why it was FUBAR. After a few wasted hours, I thought to just roll back to the version about when he published it, which was 3.2.1, and magically stuff worked again.

nvidia-smi -q -x | xq .

pip install yq==3.2.1

kislyuk commented 6 months ago

Hello, I cannot reproduce this. If you need help, please post a complete reproduction including test input, the command you ran, the observed and expected output.

I am going to close this issue for now. We can reopen once a complete report is provided.