Difference between revisions of "Jfrog rt search"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
− | jfrog rt s --spec [[artifactory.spec]] | + | jfrog rt search --spec [[artifactory.spec]] or jfrog rt s --spec [[artifactory.spec]] |
Revision as of 11:21, 30 September 2020
This article is a Draft. Help us to complete it.
jfrog rt search --spec artifactory.spec or jfrog rt s --spec artifactory.spec
Created before 6 months:
{ "files": [ { "aql": { "items.find": { "repo": {"$eq":"docker-staging"}, "path": {"$match":"*"}, "name": {"$match":"*"}, "stat.downloads":{"$eq":null}, "$or": [ { "$and": [ { "created": { "$before":"6mo" } } ] } ] } } } ] }
https://stackoverflow.com/questions/40118550/artifactory-delete-all-artifacts-older-than-6-months
See also
Advertising: