top | item 41284259

(no title)

tofflos | 1 year ago

I used yq last week to scan through all the Java projects (i.e. Maven pom.xml-files) within our org to check which ones inherit from the corporate pom.

  yq eval --input-format xml --output-format csv '[file_index, file_name, .project.parent.groupId, .project.parent.artifactId, .project.parent.version]' **/pom.xml

discuss

order

hnlmorg|1 year ago

Which yq? Last time I checked, there seemed to be a few tools with the same name.