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.57k stars 82 forks source link

Please add --xml-output to yq and --yml-output to xq #133

Closed DonBower closed 1 year ago

DonBower commented 2 years ago

I'd like to be able to convert between the three Qs.

roberthawdon commented 2 years ago

This looks to have been silently added in. But it's not mentioned in the --help output

kislyuk commented 1 year ago

These options were always there, but undocumented for a reason. Converting between file formats where one of the formats is not JSON is not a supported use case (at least for now).