Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woocart/wp-cli-dbtools
https://github.com/woocart/wp-cli-dbtools
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/woocart/wp-cli-dbtools
- Owner: woocart
- Created: 2019-09-11T18:14:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-01T10:08:36.000Z (about 3 years ago)
- Last Synced: 2023-03-02T17:02:47.505Z (almost 2 years ago)
- Language: PHP
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordPress database tools
## Using
~~~
wp woocart prefix-replace old_prefix [--verbose]
~~~Replaces table names with new_prefix ones and updates **options** and **usermeta** tables.
~~~
wp woocart to-innodb [--verbose]
~~~Replaces table engine to **InnoDB**.
~~~
wp woocart denylist my-plugin
~~~Adds plugin to the denylist
~~~
wp woocart allowlist my-plugin
~~~Adds plugin to the allowlist (whitelisted)
## Installing
Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with `wp cli update`.
Once you've done so, you can install this package with `wp package install woocart/wp-cli-dbtools`.