Greetings, i was wondering if the appwrite cli works in the self-hosted docker environment or only in the appwrite.io cloud?
Thanks!
Should work fine for self hosted appwrite instances, though you'll have to change the endpoint to whatever yours is
appwrite login --endpoint "<URL_HERE>"
https://appwrite.io/docs/tooling/command-line/installation#login
Awesome, thanks mate ❤️
[SOLVED] Does the appwrite cli works only in appwrite cloud?
Hi, I'm trying using the above mentioned command but always getting an error , can you guys let me know what im doing wrong here?
my command - appwrite login --endpoint "https://localhost"
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...