Skip to content

WP-CLI commands to perform various actions on the database.

License

Notifications You must be signed in to change notification settings

MVarugh/wp-db-tools-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WP DB tools for WP-CLI

Provides commands to manipulate database tables.

UNMAINTAINED

Note: This version of the plugin is not maintained anymore.

Commands

$ wp db-table copy <TABLE> <NEW_TABLE> [--content]

Upcoming commands

$ wp db-table delete <TABLE> [--no_confirm]
$ wp db-table create < table_schema.json

Installation

Clone the repository and run composer:

$ git clone [email protected]:inpsyde/wp-db-tools-cli.git && cd wp-db-tools-cli
$ composer install --prefer-dist --optimize-autoloader

About

WP-CLI commands to perform various actions on the database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages