Difference between revisions of "Jfrog rt search"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
  
 
  jfrog rt s --spec [[artifactory.spec]]
 
  jfrog rt s --spec [[artifactory.spec]]
 +
 +
 +
Created before 6 months:
 +
<pre>
 +
{
 +
"files": [
 +
  {
 +
    "aql": {
 +
      "items.find": {
 +
        "repo": {"$eq":"docker-staging"},
 +
        "path": {"$match":"*"},
 +
        "name": {"$match":"*"},
 +
        "stat.downloads":{"$eq":null},
 +
        "$or": [
 +
          {
 +
            "$and": [
 +
              {
 +
                "created": { "$before":"6mo" }
 +
              }
 +
            ]
 +
          }
 +
        ]
 +
      }
 +
    }
 +
  }
 +
]
 +
</pre>
 +
  
 
== See also ==
 
== See also ==

Revision as of 10:48, 30 September 2020

This article is a Draft. Help us to complete it.


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" }
              }
            ]
          }
        ]
      }
    }
  }
]


See also

Advertising: