WP-CLI Rest Endpoint
A way to access WP-CLI, via AJAX!
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/westie/wp-cli-rest/archive/refs/heads/master.zipwp-cli-rest
This is a plugin which allows you to access the basics functions of wp-cli but using the REST interface.
This is because my organisation is paying £110 a year for a plugin that is pretty good but does not have an API interface. Instead of rewriting an API, I decided to just write a wrapper for WP-CLI.
Installation is the same as normal wp-cli, please stick it in the same directory as plugin.php (for the moment)