entity-command
entity-command copied to clipboard
Manage WordPress comments, menus, options, posts, sites, terms, and users.
## Bug Report - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [x] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). **Describe the current,...
Hi, When using command line `wp create user` with --user_url argument, the value is ignored. Step to reproduce : `/usr/bin/php /usr/local/bin/wp-cli --path='/path/to/wordpress/' user create 'testurl' '[email protected]' --role='editor' --user_pass='strong_password' --first_name='first' --last_name='last'...
## Bug Report - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [x] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). **Describe the current,...
According to the [WP-CLI 1.5.0 Announcement](https://make.wordpress.org/cli/2018/01/31/version-1-5-0-released/#arrayargumentsupportpostmetafornow): > The --meta_input option of the `post create` and `post update` commands now accepts JSON-formatted arrays, so you can add or update your post...
Add --single option to CommandWithMeta::get method
When running `wp user list --network`, the following fields are returned by default: ID,user_login,display_name,user_email,user_registered "roles", which listed in the documents as a default field is not being returned. It is...
Given a command like: `wp option patch update gglcptch_options login_form 0` run on a non interactive shell (like through atd/crod/puppet exec) we receive an Error: `Error: No data exists for...
Hello, I'm having problems using this commands to disable and enable the maintenance mode of a subsite. If the maintenance mode is enabled and i send the command to disable...
https://developer.wordpress.org/cli/commands/option/update/ Where is the list of available options and what they do? If it's elsewhere, at the very very least there should be a pointer to it. wp help option...
 First 4 posts are sticky posts. Two of them are public - they should no be returned by command if `--post_status="draft"` filter is enabled.