WP-CLI Command Builder
This tool generates a WP-CLI command to install WordPress complete with your chosen theme, plugins, and settings. Once generated, paste the command into the terminal of your web hosting account.
Before you begin
- WP-CLI must be available on your server. Check with your host if you are unsure — not all hosts provide it by default.
- Create your database first. The command assumes the database already exists. Create it in your hosting control panel before running the script.
- Navigate to your web root first. The command will download WordPress to your current directory. Make sure you are in
public_html,htdocs, or whichever directory your domain points to before running it.
What the command does
- Downloads WordPress in your chosen locale
- Creates
wp-config.phpwith your database details - Runs the WordPress installation
- Removes the default Hello Dolly and Akismet plugins
- Installs and activates your chosen theme
- Updates all installed themes
- Installs and activates your chosen plugins
- Renames the default category (if specified)
- Sets the permalink structure to
/%postname%/ - Scaffolds and activates a child theme (if selected)
During the run
The command will pause twice and ask you to enter a password — once for the database password, and once to set the WordPress admin password. This is intentional: passwords are never included in the generated command so they do not appear in your shell history.
The steps are chained together, so if one step fails the rest will not run. If this happens, fix the issue and re-run from the failing step — you do not need to start over from the beginning.
Privacy
For safety and security, all details entered in this form stay in your browser. Nothing is sent to any server.
Generated Command