I'd like to be able to chain the database dump and restore commands at the CLI level, so we can do e.g.
macrostrat --env development db dump -n temp - | macrostrat db restore
However the core handlers in macrostrat.database.transfer are not flexible enough to handle this case.
I'd like to be able to chain the database dump and restore commands at the CLI level, so we can do e.g.
However the core handlers in
macrostrat.database.transferare not flexible enough to handle this case.