Gemeentes often move between test, acc en production environments, testing the system config on one and then manually copying it over to another. It might be useful to have a functionality whereby a step can export the yaml needed for the current configuration. The step implementation would be fairly straightforward, just produce a ConfigurationModel for the step filled from the current database/env/whatever. We would need to think a bit about whether to export all steps, only enabled ones, allow for exporting per step, etc.
Gemeentes often move between test, acc en production environments, testing the system config on one and then manually copying it over to another. It might be useful to have a functionality whereby a step can export the yaml needed for the current configuration. The step implementation would be fairly straightforward, just produce a
ConfigurationModelfor the step filled from the current database/env/whatever. We would need to think a bit about whether to export all steps, only enabled ones, allow for exporting per step, etc.