You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been attempting to use both an AQL spec file and the --include argument to get my searches to return some of the stat keys like in this example, which I can't get to work in the spec file either. It seems like this was first identified in #320 and an MR (#1948) was filed but I'm not sure it 100% addressed it based on comments after the issue was closed and my own experience. Please let me know if you need anything else from me.
--include [Optional] List of semicolon-separated(;) fields in the form of "value1;value2;...". Only the path and the fields that are specified will be returned. The fields must be part of the 'items' AQL domain. For the full supported items list, check https://jfrog.com/help/r/jfrog-artifactory-documentation/artifactory-query-language
Current behavior
jf rt s 'local-repo-here' --include stat.downloads does not work as expected and returns almost nothing besides the path
asreich
changed the title
--include does seem to add/remove/change properties that are returned--include does seem not work with some AQL properties
Jan 9, 2025
Describe the bug
I've been attempting to use both an AQL spec file and the
--include
argument to get my searches to return some of thestat
keys like in this example, which I can't get to work in the spec file either. It seems like this was first identified in #320 and an MR (#1948) was filed but I'm not sure it 100% addressed it based on comments after the issue was closed and my own experience. Please let me know if you need anything else from me.Current behavior
jf rt s 'local-repo-here' --include stat.downloads
does not work as expected and returns almost nothing besides the pathIt only works with all of the
item
fields listed hereReproduction steps
jf rt s 'local-repo-here' --include stat.downloads
, see it doesn't return the expected field from thestat
domainjf rt s 'local-repo-here' --include sha256
, see it returns theitem
domain field as expectedExpected behavior
As described in this example, I'd like to add information from the
stat
field to the search output.JFrog CLI version
2.73.0
Operating system type and version
macoS 15.1.1
JFrog Artifactory version
No response
JFrog Xray version
No response
The text was updated successfully, but these errors were encountered: