Skip to content

Commit

Permalink
Refactor CLI in preparation for local dev (#27783)
Browse files Browse the repository at this point in the history
I eventually want `npx convex dev` to spin up a backend locally + save some metadata associating it with a project in big brain. So I roughly want the structure of `npx convex dev` to involve choosing a project + ensuring you have access to it, and then spinning up a deployment based on the flags you passed (e.g. `--prod` -> prod deployment).

I believe I've preserved all the flows here, but would appreciate some brainstorming of flows to check.

GitOrigin-RevId: 13eb1f580dffb53cb054462a66b0d2e1cec30f6e
  • Loading branch information
sshader authored and Convex, Inc. committed Jul 29, 2024
1 parent 54430f7 commit 66daf33
Show file tree
Hide file tree
Showing 7 changed files with 481 additions and 502 deletions.
Loading

0 comments on commit 66daf33

Please sign in to comment.