
Please can anyone help with the format by which --queries
arguments are constructed with appwrite cli would be greatly appreciated. The only hint I found while searching is this issue https://github.com/appwrite/appwrite/issues/2875 but it following the example didn't work . Keep getting the following error when I tried emulating the example from the issue.
appwrite users list --queries="query.equal('phone','+123456789')"
Error Invalid queries
param: Invalid query: Invalid query method

Can you try:
appwrite users list --queries "equal('phone','+123456789')"

It worked! As a follow up question can the fields returned from the queries be filtered? As always, thank you @Steven

I'm marking this post as solved since the original question has been answered

[SOLVED] How to build queries with appwrite cli

Yes, use the select query: https://appwrite.io/docs/apis/rest#queries

Noted, thank you
Recommended threads
- 404 errors after 7 Days
Local hosted Appwrite via docker. Last version and current version. After exactly 7 days Appwrite stops working. I get 404 route not found, cannot access anyth...
- Is Quick Start for function creation wor...
I am trying to create a Node.js function using the Quick Start feature. It fails and tells me that it could not locate the package.json file. Isn't Quick Start ...
- Is Appwrite Pro available for teachers?
Hi everyone 👋 I noticed that Appwrite Pro is available for free as part of the GitHub Student Developer Pack, which is amazing! I’m a university faculty memb...
