prtclP
Convex Community2y ago
4 replies
prtcl

Importing Static Content

Hey gang, my app has some fixed sets of entities (category types, feature flags etc) and static content (just text with an ID). I have build scripts that collect everything and spit out JSON that I've been importing into tables via CLI. For prod though the CLI isn't available, so the options seem to be clearing the table and manually importing JSON in the control panel? Or is there a better way to implement this? Totally fine if this is a manual step rather than part of CI/CD, and I don't need to preserve any _id relationships. Any ideas?
Was this page helpful?