YQ to validate or lint a directory of yaml files #744
Unanswered
robertgates55
asked this question in
Q&A
Replies: 1 comment
-
I'm not sure what you are doing, I'd just use find + xargs - is there an issue with that? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to use yq (4) to perform a basic validation of a directory tree containing a large number of yaml files (~20k) in one go.
I've piped a find command into yq, but the performance overhead of running so many sequential yq eval commands is too high.
Is there any way to operate on a directory or a glob pattern?
Beta Was this translation helpful? Give feedback.
All reactions