Convex CLI commands for managing serverless backend and database
/plugin marketplace add leobrival/topographic-studio-plugins/plugin install cli-toolkit@topographic-studio-pluginsComprehensive documentation of the Convex CLI for deploying and managing serverless backend functions and real-time databases. ## Installation & Configuration ## Authentication ## Project Initialization ### `convex init` Initialize a new Convex project. ### `convex dev` Start local development environment with hot reloading. ## Deployments ### `convex deploy` Deploy functions to production. ### `convex deployments list` List all deployments. ## Functions ### `convex run` Execute a Convex function. ### `convex import` Import data into Convex tables. ### `con...