🚀 Getting StartedCLIOn this page🔌 Command line interface (CLI) Add the config-sync command as a script to the package.json of your Strapi project: "scripts": { // ... "cs": "config-sync"}, You can now run all the config-sync commands like this: YarnNPMyarn cs --helpnpm run cs -- --help ⬆️ Import ⬇️ Export