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
- Server error 500 in appwrite 1.8.0
jwt = users.create_jwt(res["userId"])["jwt"] I got this error 500 after changing environment variables and restarting containers export _APP_DOMAIN=server1.ava...
- Email templates partially broken in non-...
Good afternoon! Non-english locales are missing some variables introduced in recent releases. That makes the sent emails look bad. The issue has been raised a...
- AI feature by functions?
I'm creating a website where, in short, users can index certain genealogical content. In connection with the development of AI, I was thinking about introducing...