Socket
Book a DemoInstallSign in
Socket

@convex-dev/cli

Package Overview
Dependencies
Maintainers
7
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@convex-dev/cli

Command-line interface for Convex Cloud backend.

unpublished
latest
npmnpm
Version
0.0.67
Version published
Weekly downloads
0
Maintainers
7
Weekly downloads
 
Created
Source

@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

  • @convex-dev/browser is the library used by browser JavaScript/TypeScript code to interact with Convex server functions.
  • @convex-dev/react is layer on top of @convex-dev/browser that provides more convenient binding with React components.
  • @convex-dev/server is the library used by Convex server functions to interact with data.

FAQs

Package last updated on 31 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts