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

wp cli check-update

Open apermo opened this issue 8 years ago • 0 comments

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 of each call.

Same for WP.core.check_update();

apermo avatar Jul 06 '16 06:07 apermo