entity-command icon indicating copy to clipboard operation
entity-command copied to clipboard

Manage WordPress comments, menus, options, posts, sites, terms, and users.

Results 70 entity-command issues
Sort by recently updated
recently updated
newest added

## 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,...

state:unconfirmed

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
command:user-create
good-first-issue

## 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,...

state:unconfirmed

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...

command:post-meta-list
command:post-meta-get

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...

scope:documentation
command:user
command:user-list
contributor-day

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...

bug
command:option-patch

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...

bug
good-first-issue
command:option-patch

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...

scope:documentation
command:option
good-first-issue
command:option-get
command:option-update

![88b58446](https://user-images.githubusercontent.com/5972388/69906162-5e4ce380-13bf-11ea-8a9f-08dcd8d9f64e.png) 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.