Hello, I have a self hosted instance of Appwrite on my home server and another one on an internet server. Most of the time my appwrite cli is set up with my home server because thats my testing instance. But regularly I have to connect the cli to the production instance to publish changes or edit something. My current flow is to logout, reset, login, set project every time I switch between the systems. Sometimes several times a day. Is there a better/easier/faster way for switching?
Recommended threads
- copilot CLI appwrite mcp
I am having difficulty entering the appwrite cli details in github copilot cli. anyone know what to put where?
- Error: Trying to install appwrite on sub...
``` [Error] Method: POST appwrite | [Error] URL: /v1/account appwrite | [Error] Type: Appwrite\Extend\Exce...
- JavaScript heap out of memory during bui...
I am running into heap out of memory when I am trying to build an Appwrite site. Usually this can be fixed by modifying the `max-old-space-size` configuration, ...