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
- mcp-server-appwrite 0.4 fails on startup...
Iām trying to use `mcp-server-appwrite` against Appwrite Cloud and the server authenticates successfully, but fails during startup validation when probing `tabl...
- open runtime version lacks behind
open runtime version in appwrite CLI is v4 while the hosted runtimes use v5, this mismatch does not permit to debug locally functions using recent runtimes (li...
- The /storage web page is not working in ...
The /storage web page is not working in Appwrite. Server : FRA