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 functions dart runtime (3.7 sup...
It seems that currently Appwrite functions only support Dart runtime to 3.5, for my code I need dart 3.7. Is there any plan to support Dart3.7 runtime soon. Is ...
- copilot CLI appwrite mcp
I am having difficulty entering the appwrite cli details in github copilot cli. anyone know what to put where?
- Issues Using Appwrite MCP (api & doc) in...
Hello, To make it easier to configure and access the Appwrite documentation from Windsurf, I’m trying to set up the two MCP clients doc and api. Unfortunately,...