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

**Describe the bug** Using --indent flag with anything less than or equal to zero results in 4 spaces being used instead. Version of yq: 4.33.3 Operating system: linux Installed via:...

bug
v4

**Describe the bug** When decoding base64, I get results that are not congruent with the expected output. I'm using `jq` to obtain what I consider the expected output. Version of...

bug
v4

**Describe the bug** A clear and concise description of what the bug is. Note that any how to questions should be posted in the discussion board and not raised as...

bug
v4

**Describe the bug** Numbers with leading 0s in the CSV files sometimes show up as a different number in the corresponding JSON data. Version of yq: 4.33.2 Operating system: mac...

bug
v4

**Describe the bug** Version of yq: 4.33.2 Operating system: mac Installed via: homebrew ### case 1 ``` $ yq -n '{"a": 1} + {} | .b = 2' a: 1...

bug
v4

If a user attempts to use the yq@v4 github actions like so: ``` - name: Show inspec failures report uses: mikefarah/yq@v4 with: cmd: yq .error foobar.yaml ``` They will get...

bug
v4

#### Please describe your feature request. I wish I could use yq to work with toml files. > Note: > - how to questions should be posted in the discussion...

enhancement
v4

I am going to work for a most like workflow engine project, which deeply rely on go template In a node like http, it's Inevitable to deal with `json reponse...

enhancement
v4

**Describe the bug** `fish` errors when completing `yq` `eval` expressions including `keys`. Version of yq: 4.30.6 Operating system: macOS Installed via: `brew` **Input Yaml** `some.yml`: ```yaml {} ``` **Command** The...

bug
v4

I have a document that is using nested YAML anchors. I'm using the `explode()` operator to resolve the anchors but if I have multiple nested anchors, it seems to only...

bug
v4