wp core install
Runs the standard WordPress installation process
Options
Name | Description |
---|---|
--url <url> | The address of the new site |
--title <site-title> | The title of the new site |
--admin_user <username> | The name of the admin user |
--admin_password <password> | The password for the admin user. Defaults to randomly generated string |
--admin_email <email> | The email address for the admin user |
--skip-email | Don’t send an email notification to the new admin user |