Skip to content

Commit

Permalink
Merge pull request #19 from wp-cli/danielbachhuber-patch-1
Browse files Browse the repository at this point in the history
Clarity prompting for an argument
  • Loading branch information
schlessera committed Jul 1, 2017
2 parents 3d81250 + 11dd475 commit 0103ead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Config_Command.php
Expand Up @@ -87,6 +87,7 @@ private static function get_initial_locale() {
* Success: Generated 'wp-config.php' file.
*
* # Avoid disclosing password to bash history by reading from password.txt
* # Using --prompt=dbpass will prompt for the 'dbpass' argument
* $ wp core config --dbname=testing --dbuser=wp --prompt=dbpass < password.txt
* Success: Generated 'wp-config.php' file.
*/
Expand Down

0 comments on commit 0103ead

Please sign in to comment.