:recycle: CLI & GUI for continuous migration of config data across environments
The Config Sync plugin for Strapi allows users to export and import configuration data, such as admin roles, user roles, admin settings, and I18n locales. This data can be easily tracked and migrated across different environments, ensuring that the code relies on consistent data. The plugin provides a command line interface (CLI) and a graphical user interface (GUI) for syncing the configuration.
To start tracking config changes, make the first export to the /config/sync directory using either the CLI or the Strapi admin panel.
The Config Sync plugin for Strapi provides a convenient solution for exporting and importing configuration data in order to maintain consistency across environments. With support for partial sync, custom types, and exclusion, it offers flexibility in managing the sync process. By utilizing the CLI and GUI, users can easily track and inspect changes in the configuration.