Ive installed the latest appwrite-cli via npm.
But if i try to login:
appwrite login --endpoint https://appwrite.vezept.de/v1
i get the error:
error: unknown option '--endpoint'
TL;DR
Developers are having trouble logging in with the Appwrite CLI self-hosted using the '--endpoint' option. This option only works on the newest CLI version, which is unreleased. To fix this, use the command `appwrite client —endpoint xxx`, then `appwrite login`.