@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!
See Also