George Bobby
CCConvex Community
•Created by George Bobby on 4/30/2025 in #support-community
Working with Team & Deploying
I am working on a team project using Convex and have a question regarding collaboration and syncing changes across team members' cloud development environments.
Scenario:
We have two developers: George and Alex.
Both are using separate Convex cloud development environments and have .env.local automatically configured via npx convex dev in their respective Next.js projects.
Each developer makes changes in their own development environment and tests locally.
Once satisfied, Alex deployed the changes to production using npx convex deploy.
Question:
Now, George wants to get the latest Convex function changes (deployed by Alex) into his own Convex cloud development environment. Is there a supported way to:
Pull Convex backend function changes from the production deployment (or another teammate’s deployment)?
Or alternatively, sync a local Convex project with what’s currently deployed in production?
5 replies