wp-cli / restful

Unlocking the potential of the WP REST API at the command line

Home Page:https://wp-cli.org/restful/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make `wp rest *` commands more accessible

danielbachhuber opened this issue · comments

Currently, all dynamically defined commands are in a wp rest * namespace to prevent collision with other commands. This means you have to type an extra 5, repeated characters (aka ' rest') every time you want to run a RESTful WP-CLI command.

It would be nice to make these commands more accessible in some way.

Related #1, #37