feat: add data import/export commands
This simplifies the provisioning of local development environments. One can setup its organization, project, users, etc, and export instance data to a JSON file. Then, when creating a new development environment, the JSON file can be imported to the newly created instance.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.97%. Comparing base (
f3faabd) to head (5a7be1f). Report is 59 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #156 +/- ##
==========================================
+ Coverage 91.79% 91.97% +0.18%
==========================================
Files 4 4
Lines 195 162 -33
==========================================
- Hits 179 149 -30
+ Misses 13 10 -3
Partials 3 3
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hi @yann-soubeyrand, do you intend to continue work on this PR?
Hi @muhlemmer, sorry for the late reply. Yes, I’d be glad to work on this again, but I’ve just no time for it for the moment. My first intention when I opened this PR was to share the code which I used in a project.
Closing as comments are not being resolved. Feel free to reopen when there is more time to resolve them.