convexconvex npm releases (1.34, 1.35, 1.36):npx convex deployment createnpx convex deployment create --select--select does the equivalent of npx convex deployment selectnpx convex deployment select, to select the deployment for development. npx convex env default get/set/listnpx convex env default get/set/list npx convex env get/set/listnpx convex env get/set/list, but operate on environment defaults.CONVEX_AGENT_MODECONVEX_AGENT_MODE generally isn't necessary anymore. Just npx convex dev --oncenpx convex dev --once, or if you want to set up env vars before deploying, npx convex initnpx convex init.npx convex ai-filesnpx convex ai-files allows you to add and maintain Convex skills and other context files like AGENTS.mdAGENTS.md / CLAUDE.mdCLAUDE.md without bloating your default prompt.npx convex run --inline-query 'ctx.db.query("messages").take(5)'npx convex run --inline-query 'ctx.db.query("messages").take(5)' - or define a whole query function with loops and conditionals. This helps make inspecting the database more scriptable, while allowing you to leverage indexes and experiment with syntax that you can directly paste into your functions.run —inline-queryrun —inline-querypredevpredev and run-prun-p / npm-run-all2npm-run-all2. You can now simplify these scripts to just:--start--start will run a command in parallel to convex devconvex dev once convex devconvex dev has set up your backend and successfully deployed once. It supports passing through interactive I/O and graceful Ctrl-CCtrl-C shutdown.--message--message to npx convex deploynpx convex deploy to provide release metadata that will show up in the History tab in the dashboard. If you’re releasing from CI, it automatically infers the git hash (in supported CI environments, like GitHub Actions)Join the Discord to ask follow-up questions and connect with the community
Join the Convex Discord! Explore Convex, the backend platform that keeps your app in sync.
16,164 Members
Join