
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
- SelfHost AppWrite on Docker and Windows
Hello, Im trying to setup appwrite to work on my windows dockerazied machine, but I'm not sure what steps to do!
- Support for appwrite in selfhosted env w...
I'm trying to run appwrite in a self-hosted env with a remote redis and mariadb. i have edited the .env value like this : # Redis Configuration _APP_REDIS_HO...
- Unity and OAuth
I'm trying to login an Unity Android app using Yandex provider. I can call the CreateOauth2Token via REST API (.NET is not working). After I get to auth page, s...
