wp core multisite-install

Installs WordPress multisite from scratch

Options

NameDescription
--url <url>The address of the new site
--base <url-path>Base path after the domain name that each site url will start with
--subdomainsIf passed, the network will use subdomains, instead of subdirectories. Doesn’t work with ‘localhost’
--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-emailDon’t send an email notification to the new admin user
--skip-configDon’t add multisite constants to wp-config.php