Create Magento admin account from command shell

You can simplify the process of creating an admin account by running the following command from the CLI:

php magento admin:user:create --admin-user="admin" --admin-password="YourSecretPassword" --admin-email="jouw@emailadres.nl" --admin-firstname="Piet" --admin-lastname="Von Bach"