Skip to content

Commit e4cb95f

Browse files
committed
Regenerate README file - 2026-01-22
1 parent 5077d19 commit e4cb95f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,8 @@ Opens a MySQL console using credentials from wp-config.php
303303
wp db cli [--database=<database>] [--default-character-set=<character-set>] [--dbuser=<value>] [--dbpass=<value>] [--<field>=<value>] [--defaults]
304304
~~~
305305

306+
**Alias:** `connect`
307+
306308
**OPTIONS**
307309

308310
[--database=<database>]
@@ -432,6 +434,8 @@ Exports the database to a file or to STDOUT.
432434
wp db export [<file>] [--dbuser=<value>] [--dbpass=<value>] [--<field>=<value>] [--tables=<tables>] [--exclude_tables=<tables>] [--include-tablespaces] [--porcelain] [--add-drop-table] [--defaults]
433435
~~~
434436

437+
**Alias:** `dump`
438+
435439
Runs `mysqldump` utility using `DB_HOST`, `DB_NAME`, `DB_USER` and
436440
`DB_PASSWORD` database credentials specified in wp-config.php. Accepts any valid `mysqldump` flags.
437441

0 commit comments

Comments
 (0)