Skip to content

Commit 9afb881

Browse files
authored
Merge pull request #202 from wp-cli/regenerate-readme
2 parents a7e8885 + 1df35d0 commit 9afb881

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ wp config delete <name> [--type=<type>] [--config-file=<path>]
137137
Generates 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

143143
Creates 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

0 commit comments

Comments
 (0)