PCLI2
v1.12.0
v1.12.0
Jul 20 2026 at 21:04 UTC
Changed
asset text-matchno longer silently drops results - Text search ranks name matches above metadata-only matches, so the previous default--limitof 100 could silently omit assets whose only match is in a metadata value. The default limit is now 1000 (the limit remains as a guard against excessive queries), and when the limit does cut the result set short a warning is printed to stderr (⚠️ Result limit reached: showing the first N matching assets; increase --limit to retrieve more). The warning goes to stderr only, so JSON/CSV data piped from stdout is unaffected.