{"id":13472496,"url":"https://github.com/pluginpal/strapi-plugin-config-sync","last_synced_at":"2025-05-16T11:06:45.905Z","repository":{"id":37900215,"uuid":"350064324","full_name":"pluginpal/strapi-plugin-config-sync","owner":"pluginpal","description":":recycle: CLI \u0026 GUI for continuous migration of config data across environments","archived":false,"fork":false,"pushed_at":"2025-04-29T08:38:58.000Z","size":5961,"stargazers_count":261,"open_issues_count":10,"forks_count":39,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-29T09:32:34.995Z","etag":null,"topics":["config","config-sync","data","dtap","dump","environments","migrate","strapi","strapi-plugin","sync"],"latest_commit_sha":null,"homepage":"https://www.pluginpal.io/plugin/config-sync","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pluginpal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-03-21T17:06:39.000Z","updated_at":"2025-04-29T08:39:01.000Z","dependencies_parsed_at":"2023-10-20T18:19:48.857Z","dependency_job_id":"dbc47869-f071-4307-b8ef-9090f8f277f9","html_url":"https://github.com/pluginpal/strapi-plugin-config-sync","commit_stats":{"total_commits":342,"total_committers":18,"mean_commits":19.0,"dds":"0.14035087719298245","last_synced_commit":"f8631f9685851494e2abbb79dee468dee40c1769"},"previous_names":["pluginpal/strapi-plugin-config-sync","boazpoolman/strapi-plugin-config-sync"],"tags_count":53,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluginpal%2Fstrapi-plugin-config-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluginpal%2Fstrapi-plugin-config-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluginpal%2Fstrapi-plugin-config-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluginpal%2Fstrapi-plugin-config-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pluginpal","download_url":"https://codeload.github.com/pluginpal/strapi-plugin-config-sync/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254518383,"owners_count":22084374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["config","config-sync","data","dtap","dump","environments","migrate","strapi","strapi-plugin","sync"],"created_at":"2024-07-31T16:00:55.132Z","updated_at":"2025-05-16T11:06:40.867Z","avatar_url":"https://github.com/pluginpal.png","language":"JavaScript","funding_links":[],"categories":["Strapi v3"],"sub_categories":["Plugin \u0026 Providers - v3"],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003eStrapi config-sync plugin\u003c/h1\u003e\n\t\n\u003cp style=\"margin-top: 0;\"\u003eThis plugin is a multi-purpose tool to manage your Strapi database records through JSON files. Mostly used to version controlconfig data for automated deployment, automated tests and data sharing for collaboration purposes.\u003c/p\u003e\n\n\u003ca href=\"https://docs.pluginpal.io/config-sync\"\u003eRead the documentation\u003c/a\u003e\n\t\n\u003cp\u003e\n  \u003ca href=\"https://www.npmjs.org/package/strapi-plugin-config-sync\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/strapi-plugin-config-sync/latest.svg\" alt=\"NPM Version\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.org/package/strapi-plugin-config-sync\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/dm/strapi-plugin-config-sync\" alt=\"Monthly download on NPM\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/boazpoolman/strapi-plugin-config-sync\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/boazpoolman/strapi-plugin-config-sync/tests.yml?branch=master\" alt=\"CI build status\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/boazpoolman/strapi-plugin-config-sync\"\u003e\n    \u003cimg src=\"https://codecov.io/gh/boazpoolman/strapi-plugin-config-sync/coverage.svg?branch=master\" alt=\"codecov.io\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003c/div\u003e\n\n## ✨ Features\n\n- **CLI** - `config-sync` CLI for syncing the config from the command line\n- **GUI** - Settings page for syncing the config in Strapi admin\n- **Partial sync** - Import or export only specific portions of config\n- **Custom types** - Include your custom collection types in the sync process\n- **Import on bootstrap** - Easy automated deployment with `importOnBootstrap`\n- **Exclusion** - Exclude single config entries or all entries of a given type\n- **Diff viewer** - A git-style diff viewer to inspect the config changes\n\n## ⏳ Getting started\n\n[Read the Getting Started tutorial](https://docs.pluginpal.io/config-sync) or follow the steps below:\n\n```bash\n# using yarn\nyarn add strapi-plugin-config-sync\n\n# using npm\nnpm install strapi-plugin-config-sync --save\n```\n \nAdd the export path to the `watchIgnoreFiles` list in the `config/admin.js` file.\nThis way your app won't reload when you export the config in development.\n\n##### `config/admin.js`:\n```\nmodule.exports = ({ env }) =\u003e ({\n  // ...\n  watchIgnoreFiles: [\n    '**/config/sync/**',\n  ],\n});\n```\n\nAfter successful installation you have to rebuild the admin UI so it'll include this plugin. To rebuild and restart Strapi run:\n\n```bash\n# using yarn\nyarn build\nyarn develop\n\n# using npm\nnpm run build\nnpm run develop\n```\n\nThe **Config Sync** plugin should now appear in the **Settings** section of your Strapi app.\n\nTo start tracking your config changes you have to make the first export. This will dump all your configuration data to the `/config/sync` directory. You can export either through [the CLI](https://docs.pluginpal.io/config-sync/cli) or [Strapi admin panel](https://docs.pluginpal.io/config-sync/admin-gui)\n\nEnjoy 🎉\n\n## 📓 Documentation\n\nSee our dedicated [repository](https://github.com/pluginpal/docs) for all of PluginPal's documentation, or view the Config Sync documentation live:\n\n- [Config Sync documentation](https://docs.pluginpal.io/config-sync)\n\n## 🤝 Contributing\n\nFeel free to fork and make a pull request of this plugin. All the input is welcome!\n\n## ⭐️ Show your support\n\nGive a star if this project helped you.\n\n## 🔗 Links\n\n- [PluginPal marketplace](https://www.pluginpal.io/plugin/config-sync)\n- [NPM package](https://www.npmjs.com/package/strapi-plugin-config-sync)\n- [GitHub repository](https://github.com/boazpoolman/strapi-plugin-config-sync)\n- [Strapi marketplace](https://market.strapi.io/plugins/strapi-plugin-config-sync)\n\n## 🌎 Community support\n\n- For general help using Strapi, please refer to [the official Strapi documentation](https://strapi.io/documentation/).\n- For support with this plugin you can DM me in the Strapi Discord [channel](https://discord.strapi.io/).\n\n## 📝 Resources\n\n- [MIT License](https://github.com/pluginpal/strapi-plugin-config-sync/blob/master/LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpluginpal%2Fstrapi-plugin-config-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpluginpal%2Fstrapi-plugin-config-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpluginpal%2Fstrapi-plugin-config-sync/lists"}