@convex-dev/cli
Command line utility for provisioning and syncing Convex Cloud instances.
Convex is a platform for building dynamic applications without the complexity of
managing a backend or interacting with a database. Data access functions run on
the Convex Cloud platform and use the
@convex-dev/server libraries
to read and manipulate data. The
@convex-dev/browser or
@convex-dev/react packages
are used in frontend code to interact with these functions. This package is used
to provision new Convex Cloud instances and to sync cloud functions.
Usage
See
the Convex documentation
to get started!
Development
You can test the CLI by building with npx rush build -t cli
and then running
the commands inside any of the demos in npm-packages/demos
.
See Also