You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still need to figure out how to pass the filename/path of the SQL file in as a flag when calling it. Then I can explore how to integrate it into the install command.
I do see value in having both - calling seed on an existing project can "reset" it to a new state, so can be called anytime, whereas "install" is assuming it's from scratch.
In which case, the setup calls in seed may go away and be incorporated into the install... Interesting things to think about.
At a minimum something like this:
But it might be cool to modify
install
to accept a flag? e.g.install --seed=snapshot.sql
The text was updated successfully, but these errors were encountered: