yq icon indicating copy to clipboard operation
yq copied to clipboard

yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties processor

Results 184 yq issues
Sort by recently updated
recently updated
newest added

**Please describe your feature request.** To enable the creation of `.yq` executable files, I would like `yq` to allow the first line of a `--from-file` to be a "shebang" (`#!`)...

enhancement
v4

**Please describe your feature request.** I want the generated properties to work with Spring Boot. Problem is Spring Boot uses a bracket notation for list indices (`[]`). **Describe the solution...

enhancement
v4

**Please describe your feature request.** Currently, when the output is formatted as properties, the equality signs are separated by a single space from both keys and values. Kustomize [supports properties...

enhancement
help wanted
v4

There's something about GitHub's OpenAI schema that causes `yq` to hang or at least become *very* slow but only when stdout is redirected to /dev/null. Weird stuff. Repro: ```shell #...

bug
v4

**Please describe your feature request.** In https://github.com/mikefarah/yq/issues/1484, the input/output mode choice was made defaulting dependent on the input filename. Thanks! Now, if this would be also possible when processing stdin...

enhancement
help wanted
v4

Describe the bug When parsing an xml document and outputting it back into xml, if a comment exists , it will be placed at the end of the last line...

bug
v4

**Please describe your feature request.** An equivalent option to `-j, --join-output` like `jq`. **Describe the solution you'd like** If we have data1.yml like: (please keep to around 10 lines )...

enhancement
v4

**Describe the bug** Having extra space at the end of a line in a multiline string seems to causes yq to render it as single line string Version of yq:...

bug
v4

**Describe the bug** It looks like Tag Shorthands are not preserved when processing multiple documents when the subsequent documents do not have any directives. If I repeat the directives for...

bug
v4