npx convex project
Manage projects in your team.
Usage
npx convex project [options] [command]
Subcommands
npx convex project create— Create a new project
npx convex project create
Create a new project.
Provisioning a deployment is a separate step — after creating the
project, run npx convex deployment create to add one.
- Create a project in your only team:
npx convex project create my-app - Pick the team:
npx convex project create my-app --team my-team
Usage
npx convex project create [options] [name]
Arguments
[name]The name of the new project. Prompted for when omitted in an interactive terminal; required otherwise.
Options
--team <team_slug>The team to create the project in. Defaults to your only team, or prompts when you belong to several.