Difference between revisions of "Jfrog rt search"

From wikieduonline
Jump to navigation Jump to search
Line 29: Line 29:
 
   }
 
   }
 
]
 
]
 +
}
 
</pre>
 
</pre>
  

Revision as of 10:51, 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: