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

Add support for [Conditionals and Comparisons 'if-then-else'](https://stedolan.github.io/jq/manual/#example74) ``` if A then B else C end will act the same as B if A produces a value other than false or...

enhancement
from-jq

**Describe the bug** There is an inconsistency between the actual behavior of `--indent/-I` and the behavior described in this doc: https://mikefarah.gitbook.io/yq/usage/output-format#indent I will provide several example commands, but the expected...

bug
v4

Hi, Thank you for yq! **Describe the bug** I am using yq to merge gitlab ci yml files. I noticed that multi-ling strings in lists have the first line removed...

bug
v4

**Describe the bug** The `headComment` operator does not work correctly if I run it for multiple documents in a file. The same goes for `footComment`. Version of yq: 4.14.2 Operating...

bug
v4

``` brew install yq@3 Error: yq@3 has been disabled because it is not maintained upstream! ```

bug
v3

**Describe the bug** According to the [JSON spec](https://datatracker.ietf.org/doc/html/rfc8259#page-8) (YAML is a superset of JSON), [YAML 1.2.2](https://spec.yaml.io/main/spec/1.2.2/#57-escaped-characters), and [YAML 1.3.0](https://spec.yaml.io/main/spec/1.3.0/#67-escaped-characters), `"\/"` is valid string syntax, equivalent to `"/"`. However, when `"\/"`...

bug
v4

**Describe the bug** When a string using `>` is present in the YAML, the string will be inlined following a read or write. version of yq: 3.4.0 operating system: Ubuntu...

bug

**Describe the bug** yq sortKeys() may output yaml with `unknown anchor 'c' referenced` Note that any how to questions should be posted in the discussion board and not raised as...

bug
v4

**Describe the bug** A ["YAML" directive](https://yaml.org/spec/1.2.1/#directive/YAML/) causes the following: > Error: yaml: found incompatible YAML document Version of yq: 4.12.2 Operating system: mac Installed via: homebrew **Input Yaml** data1.yml: ```yaml...

bug
v4