rovolt.Original post
Rank 2: Process
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?
Summary
Developers are looking for a better way to switch between different Appwrite instances using the CLI without having to log out and reset multiple times a day. It's suggested to use environment variables to switch between the endpoints easily without the need for constant manual resetting.