Hi, I cannot find how to pass more than one "query" param in CLI. This works :
appwrite databases listDocuments --json --databaseId xx --collectionId yyy --queries limit(100)
but this won't
appwrite databases listDocuments --json --databaseId xx --collectionId yyy --queries [limit(100),offset(100)]
I tried to put strings "[limit(100)","offset(100)"], escape the bracket \[...\], nothing works. Can you help me please? Thx.
Checkout this post. I need to contribute an example to the docs. https://discord.com/channels/564160730845151244/1172594759911620682
Thanks for the link. It didn't help but reading it I understand the expected Array of queries is not an Array, so I tried successfully a --queries "limit(100)" --queries "offset(100)"!
[SOLVED] CLI: can't pass array of query params
Glad to help even if indirectly
Recommended threads
- Appwrite docs mcp server 502 bad gateway
I added the appwrite docs mcp server to vscode following the docs https://appwrite.io/docs/tooling/mcp/vscode#step-1 but upon start it gives the following error...
- I can't share code between functions
Operating System: MacOS Appwrite Version: self-hosted 1.8.1 Appwrite CLI Version: 13.2.1 I want to split code up to share it between my functions. At the momen...
- Project Limit Issue on Education Plan
Hello Appwrite Team! I have successfully activated the GitHub Student Developer Pack on my account, and my billing dashboard confirms I have Pro resources (2TB ...