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
Sometimes commands that output YAML can produce extra warnings that stop yq from showing what was the original output. It would be great to optionally dump the raw output in such cases so we don't have to use workarounds for that.
Describe alternatives you've considered
Temp files and variables could work but having a simple arg (like debug etc.) to achieve this would be so much easier and concise.
Additional context
Example: AWS CDK CLI run can result in an error and piping to yq directly makes it impossible to see what went wrong.
The text was updated successfully, but these errors were encountered:
Please describe your feature request.
Sometimes commands that output YAML can produce extra warnings that stop yq from showing what was the original output. It would be great to optionally dump the raw output in such cases so we don't have to use workarounds for that.
Describe alternatives you've considered
Temp files and variables could work but having a simple arg (like debug etc.) to achieve this would be so much easier and concise.
Additional context
Example: AWS CDK CLI run can result in an error and piping to yq directly makes it impossible to see what went wrong.
The text was updated successfully, but these errors were encountered: