I have attempted to import users from a sample xml file using the importExport command line tool but am unsure what the import command should look like (I tried to follow the guide at https://github.com/pkp/ojs/blob/master/docs/IMPORTEXPORT but there is not example import users statement that I can see).
When I run usage:
php5.6 /var/www/html/tools/importExport.php UserImportExportPlugin usage
I get:
##plugins.importexport.users.cliUsage##
##plugins.importexport.users.cliUsage.examples##
I have tried and guessed the import statement but nothing has worked.
What should the import statement on the command line look like?
Thanks