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.** I am using the action a lot on self-hosted runners and as a result have literally thousands of Docker images laying around. This happens due...

enhancement
v4

**Is your feature request related to a problem? Please describe.** ``` foo: bar: 1 baz: 2 ``` when run through `yq w - foo.baz 3` produces ``` foo: bar: 1...

enhancement

**Please describe your feature request.** Hi I love `yq`, appreciate that the syntax is well-known. Would like to integrate it into a golang app I am writing. I'm sure it's...

enhancement
v4

**Describe the bug** I use next expression to update YAML item ``` yq_linux_amd64 -i ' with(.path.to.item.content ; . = strenv(CONTENTS) | . style="literal")' \ myinputfile.yaml ``` Where `CONTENTS` keeps some...

bug
v4

**Describe the bug** Multiline strings (or block scalars) are not preserved when they have trailing white space. They are converted to quoted strings. version of yq: 3.3.4 operating system: Linux...

bug

## Description Hi, I was working on importing `yqlib` for YAML transformation features in another project, and I found out that the `yqlib` does provide the interface `StreamEvaluator` for evaluating...

enhancement
v4

**Please describe your feature request.** On arm based linux hardware uname -m returns aarch64 as a family architecture, instead of arm. Is it possible to alias arm based builds with...

enhancement
v4

Add support for [Array/String Slice](https://stedolan.github.io/jq/manual/#example5) ``` The .[10:15] syntax can be used to return a subarray of an array or substring of a string. The array returned by .[10:15] will...

enhancement
from-jq

**Describe the bug** a new blank line will ba added at the beginning of the the block this bug will be important when using ``` yq e '.version = 4'...

bug
v4

I exchanged emails with the owner of this package namespace in npm https://www.npmjs.com/package/yq and they agreed to release it to this project. Please consider migrating to the `yq` namespace. This...

enhancement
v4