Artifactory has a REST API and an AQL (Artifactory Query Language) that can be used to get a list of all artifacts in a repository from the command line.
In this note i will show how to list artifacts in a repository in Artifactory through the REST API using cURL and how to get the top 10 largest artifacts in a repository. (more…)