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
- Invalid query: Query on attribute has gr...
I cannot view the table within the Console
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...