David Alonso
David Alonso6mo ago

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 schema
1 Reply
ian
ian6mo ago
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?

Did you find this page helpful?