First, search the help docs and this forum. Maybe your question has been answered! The debugging steps can help, too. Still stuck? Delete this line and proceed.
What I’m trying to do
I am trying to use the new CLI to query a base in my vault. For example, one of the columns in my Books base is “format”. I would like to query all entries that have format == digital.
Things I have tried
I have tried using the same formula I would use in the base itself:
base:query file=Books.base ‘note[“date-finished”].year == 2025’
Perhaps I misunderstood and the query command doesn’t actually allow you to provide any queries, instead leaving it up to the user to use other tools for this?