CycriLabs / keycloak-configurator

Configures Keycloak based on a set of JSON configuration files
MIT License
8 stars 0 forks source link

Extend `configure`-command by "exit on error" param #69

Open MarcScheib opened 1 month ago

MarcScheib commented 1 month ago

Is your feature request related to a problem? Please describe. Currently, the configure command ignores import errors and continues to import all the remaining config. Follow-up errors may only be seen on live-servers then.

Describe the solution you'd like Introduce a new optional param for the configure command that stops the configuration process on first error.