jfrog-cli icon indicating copy to clipboard operation
jfrog-cli copied to clipboard

Include a Maven specific command to search gavc

Open stmosher27 opened this issue 1 year ago • 0 comments

Currently, needing to search for a Maven artifact via the Maven coordinates requires parsing to search for these artifacts with the basic search i.e. jf rt search "com/test/testArtifact1.10**jar"

The ability to run a specific command like jf rt sg (search gavc) com.test:testArtifact:pom:1.10 would be nice as these are the coordinates Maven provides and would require no parsing

There is a REST API to search gavc, but this still will not just take the native maven coordinates and still requires parsing

stmosher27 avatar Sep 11 '24 18:09 stmosher27