Deploy individual functions
I'm wondering if it's possible to do
npx convex deploy --only functionName
provided that the function works with the already deployed schema1 Reply
not currently - you can only deploy all of your code atomically as a full set. we've thought about code sync - where we only send up the code that changed. Is your desire around performance or a different workflow?