You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/DB_Command.php
+2-18Lines changed: 2 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -269,9 +269,6 @@ public function query( $args, $assoc_args ) {
269
269
* [--exclude_tables=<tables>]
270
270
* : The comma separated list of specific tables that should be skipped from exporting. Excluding this parameter will export all tables in the database.
271
271
*
272
-
* [--stdout]
273
-
* : Output database to STDOUT.
274
-
*
275
272
* [--porcelain]
276
273
* : Output filename for the exported database.
277
274
*
@@ -306,7 +303,7 @@ public function query( $args, $assoc_args ) {
306
303
* Success: Exported to 'wordpress_dbase-db72bb5.sql'.
307
304
*
308
305
* # Export database to STDOUT.
309
-
* $ wp db export --stdout
306
+
* $ wp db export -
310
307
* -- MySQL dump 10.13 Distrib 5.7.19, for osx10.12 (x86_64)
311
308
* --
312
309
* -- Host: localhost Database: wpdev
@@ -323,19 +320,7 @@ public function export( $args, $assoc_args ) {
0 commit comments