diff --git a/README.md b/README.md index 5609f42c0..57375520e 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ the database constants are correct. Gets the value of a specific constant or variable defined in wp-config.php file. ~~~ -wp config get [--type=] +wp config get [--type=] [--format=] ~~~ **OPTIONS** @@ -175,6 +175,16 @@ wp config get [--type=] - all --- + [--format=] + Get value in a particular format. + --- + default: var_export + options: + - var_export + - json + - yaml + --- + **EXAMPLES** # Get the table_prefix as defined in wp-config.php file.