CLI Sync runs every instance of the plugin
Running CLI Sync mode runs every instance of the plugin.
When I have two or more instances of the plugin in my docusaurus.config.js and I use the CLI Sync mode with
docusaurus download-remote-fakeRepoOne it actually runs every instance of the plugin.
Related to: https://github.com/rdilweb/docusaurus-plugin-remote-content/issues/45
Will fix this later today.
After doing some investigating, it appears this only happens if noRuntimeDownloads is disabled. Can you check if that is the case in your config?
Setting noRuntimeDownloads: true does fix the issue.
Worth noting that this is still a bug, one which will require a pretty ugly hack.