Is your feature request related to a problem? Please describe.
The tool looks very promising, but it does not support multisite yet: Error: This command doesn't support MultiSite yet. (there's a typo in "multisite" BTW).
It doesn't even work when ran for individual sites with the --url flag because you check for is_multisite() regardless of the command arguments:
Describe the desired solution
It would be great if you could add multisite support.
Describe the alternatives that you have considered
Mention in the documentation that the tool does not support multisite. But this would not be an actual alternative for us because 100% of our projects use multisite.
Additional context
We are in the process of questioning our current approach to anonymization and came across this tool during our research.
Is your feature request related to a problem? Please describe.
The tool looks very promising, but it does not support multisite yet:
Error: This command doesn't support MultiSite yet.(there's a typo in "multisite" BTW).It doesn't even work when ran for individual sites with the
--urlflag because you check foris_multisite()regardless of the command arguments:wp-cli-db-anonymize/src/DBAnonymizeCommand.php
Line 62 in 02de19e
Describe the desired solution
It would be great if you could add multisite support.
Describe the alternatives that you have considered
Mention in the documentation that the tool does not support multisite. But this would not be an actual alternative for us because 100% of our projects use multisite.
Additional context
We are in the process of questioning our current approach to anonymization and came across this tool during our research.