OK let me try to bring you in the loop.
I develop a framework which is PHP8 savvy. When running tests from command line, I do:
./project.sh testing:run
When this happens, the exported data from Skipper is processed and a database is created and thus seeded.
Unfortunately, the exported data does not include changes made unless you click "Update Revision".
I wish to miss this step out entirely, and one-click the Export button and voila, it updates the revision for me as well as outputting the data.
So the question is: can you (and if not, will you) make updating the revision default behaviour on export?