Provides commands to manipulate database tables.
Note: This version of the plugin is not maintained anymore.
$ wp db-table copy <TABLE> <NEW_TABLE> [--content]
$ wp db-table delete <TABLE> [--no_confirm]
$ wp db-table create < table_schema.json
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