When running the migrate
command with is it safe to say the parameters are executed in order they are added to the command? For instance, the example in the documentation shows
Migration.Tool.CLI.exe migrate --sites --custom-modules --users --members --forms --media-libraries --page-types --pages --settings-keys --contact-management --data-protection
If I moved --settings-keys
before --users
would the settings import be done before the users? Or is there a specific order of operation that should happen, for whatever reason, that I'm not seeing in the documentation?