my use case: i use Convex for work on "
my use case: i use Convex for work on "Convex Account 1" but also want to use Convex for personal projects on "Convex Account 2" all in the same PC. What is the best way to do this?
2 Replies
Hi Stefano, I'm not sure what's perfect here. I'm learning too. But I thing I've learned is that you'd need to execute the command
npx convex logout
in order to switch accounts you are using to login to Convexlogin credentials are stored at
~/.convex/config.json
so you could potentially have two accounts if you use different laptop logins or override the $HOME
env variable. that seems like a lot of work, so I would recommend using npx convex logout
or just using one Convex account with multiple Convex teams to keep track of work vs personal