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.** Hello, I wish I could use yq to decode base64 entries while skipping/ignoring entries that are non-utf8 entries **Describe the solution you'd like** If we...

enhancement
v4

**Request** When merging yaml files containing arrays using the "+" flag, it will create duplicates if some of the arrays are equal in the two documents. I would like an...

enhancement
v4

### Discussed in https://github.com/mikefarah/yq/discussions/1721 Originally posted by **elandorr** July 8, 2023 Hi is it possible to keep the ns here? ```xml barfoo foobar ``` The `macroni` is lost. ```yml +p_xml:...

**Please describe your feature request.** Would it be possible to add an example of combining the `with` and `select` features in yq to the documentation? e.g. Given a sample.yml of...

enhancement
v4

Version of yq: 4.34.1 Current GO version used: 1.20.4 Critical CVE's: [CVE-2023-29405](https://nvd.nist.gov/vuln/detail/CVE-2023-29405) [CVE-2023-29402](https://nvd.nist.gov/vuln/detail/CVE-2023-29402) [CVE-2023-29404](https://nvd.nist.gov/vuln/detail/CVE-2023-29404) [CVE-2023-29403](https://nvd.nist.gov/vuln/detail/CVE-2023-29403) Scanner: prismacloud (twistlock) Fix: Upgrade GO to 1.20.5 and above

bug
v4

**Please describe your feature request.** I wish I could use yq to produce output in a stable canonical form, i.e, with consistent indentation and sorted key order. This would allow...

enhancement
v4

`v4` type of branches must be synchronized with the latest tag release, otherwise it is counter to how github actions work. This should be an easy fix on the release...

**Describe the bug** I`m trying to merge two documents and i got a error in reference anchors Version of yq: v4.34.1 Operating system: mac Installed via: homebrew **Input Yaml** default.yml...

bug
v4

**Describe the bug** Hello, I constated that since YQ version v4.29.0 (precisely, it works with v4.28.2, do not work with 4.31.2 or latest, but I have other error when running...

bug
v4

**Describe the bug** `. as $item ireduce({}; . * $item)` can't merge multiple documents when preceded by other commands. Version of yq: v4.34.1 Operating system: linux Installed via: go install...

bug
v4