Skip to content

2.0.0: Better collins query

Compare
Choose a tag to compare
@michaeljs1990 michaeljs1990 released this 05 Mar 03:05
· 49 commits to master since this release
This release is a breaking release for people who were use to using the
-: syntax for doing negative matches on keys such as key-:thatidontwant.
Now instead you will use key:~thatidontwant. This also applies to all
other collins query flags such as -p ~DEV. Which will return everything
not in the DEV pool. This also has a bug fix for the --limit flag which
I broke when adding the ability to pipe to collins query.

4ef1af4 Fix issue with setting limit
7f98ffb Add ability to dig out asset type
c235238 Update provision docs with examples
459777f Regen man docs for query
28640b6 Add better support when matching on all negatives
3aa9ce7 Update README
2b8c94d Add better negative matching