The CLI never changes the json file,
for example:
appwrite client --endpoint https:
I do not know what is the purpose of this command, but after executing it, unless I manually update the endpoint field in the appwrite.json
, this command never works works:
appwrite login --email albert@albert.com --password 1234qwer
So my question is:
Do I have to manually change the endpoint in the appwrite.json to switch between environments?
What I am missing here?