File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ wp config delete <name> [--type=<type>] [--config-file=<path>]
137137Generates a wp-config.php file.
138138
139139~~~
140- wp config create --dbname=<dbname> --dbuser=<dbuser> [--dbpass=<dbpass>] [--dbhost=<dbhost>] [--dbprefix=<dbprefix>] [--dbcharset=<dbcharset>] [--dbcollate=<dbcollate>] [--locale=<locale>] [--extra-php] [--skip-salts] [--skip-check] [--force] [--config-file=<path>] [--insecure]
140+ wp config create --dbname=<dbname> --dbuser=<dbuser> [--dbpass=<dbpass>] [--dbhost=<dbhost>] [--dbprefix=<dbprefix>] [--dbcharset=<dbcharset>] [--dbcollate=<dbcollate>] [--locale=<locale>] [--extra-php] [--skip-salts] [--skip-check] [--force] [--config-file=<path>] [--insecure] [--ssl]
141141~~~
142142
143143Creates a new wp-config.php with database constants, and verifies that
@@ -200,6 +200,9 @@ the database constants are correct.
200200 [--insecure]
201201 Retry API download without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack.
202202
203+ [--ssl]
204+ Use SSL when checking the database connection.
205+
203206** EXAMPLES**
204207
205208 # Standard wp-config.php file
You can’t perform that action at this time.
0 commit comments