You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yq versions before 3.4.0 output the version information to stderr
mikefarah/yq#537
This patch redirects stderr to stdout.
Change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
Describe the bug
It's not a common practice to use STDERR for such things
version of yq: 3.3.4
operating system: CentOS7
Command
The command you ran:
Actual behavior
$ yq --version > test.txt $ cat test.txt
Expected behavior
$ yq --version > test.txt $ cat test.txt yq version 3.3.4
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: