node-wp-cli icon indicating copy to clipboard operation
node-wp-cli copied to clipboard

Node JS Wrapper for the Wordpress CLI

Results 13 node-wp-cli issues
Sort by recently updated
recently updated
newest added

I get this error when trying to execute `WP.discover` command. I tried it on Linux as well as Mac environment. **node-wp-cli version: 0.0.4** Following is the output log. **Mac** ```...

Hi, I was trying to use WP.cli.check_update(callback); But it didn't work. It would be pretty neat to have something like ``` WP.cli.check_update(function(err, res) { console.log(res); }); ``` at the beginning...

I'm working pretty intensely with node-wp-cli for a wordpress integration project. I had a pesky debugging session with user meta add today. It appears that there is a problem with...