zitadel / zitadel-tools

Apache License 2.0
21 stars 7 forks source link

feat: add data import/export commands #156

Open yann-soubeyrand opened 2 months ago

yann-soubeyrand commented 2 months ago

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[bot] commented 2 months ago

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 54 commits behind head on main.

Additional details and impacted files ```diff @@ 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.

muhlemmer commented 2 weeks ago

Hi @yann-soubeyrand, do you intend to continue work on this PR?

yann-soubeyrand commented 2 weeks ago

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.