convex listen
In the category of "features that would be kinda neat to have" is a listen command for the CLI like stripe has in
stripe listen
. Of course that listens only to webhook events, but if there was an npx convex listen
command that piped the log to the console that would be sick.1 Reply
we haven't officially released it (so it's still in beta and might change), but if you want to experiment,
npx convex dev --tail-logs
is cool. let us know if you have any feedback 😄 or if this isn't what you're looking for