
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
- Does appwrite have any alternative solut...
Hi Everyone, ... I am looking for a solution for AWS ECS Fargate in appwrite. Can anyone let me know if this is possible?
- REQUEST FAILED IN MIGRATION
I was trying to moved my archived project to a self-host database . Though the Project is "read only" but there's a message that I can view and migrate data to...
- Request failedPlease check if your crede...
I was trying to moved my archived project to a self-host database . Appwrite said we can view and migrate data but my archived project is rendering "Please che...
