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

Imports files as attachments, regenerates thumbnails, or lists registered image sizes.

Results 22 media-command issues
Sort by recently updated
recently updated
newest added

**Describe the current, buggy behavior** I’m using `wp-cli 2.4.0`. I recently built a client a new theme and updated the large image size to fit their new theme. I then...

command:media-regenerate

I'm regenerating about 40,000 images I ran `wp media regenerate --image_size=crp_thumbnail --yes` About 3,000 images in I got a 'segmentation fault' error and the process stopped. I tried starting a...

command:media-regenerate
command:media
state:unconfirmed

## Bug Report I have around **2.6k** images in a subdirectory inside `wp-content/uploads/product_images`. I tried to import them but get the following error: ``` $ wp media import ./product_images/*.png --skip-copy...

bug
command:media-import

Hi is there a way to set up below commands with WP cli as well or is it set by default? I couldn't find it anywhere. -Skip regenerating existing correctly...

command:media-regenerate

We get a lot of bug reports and support reports related to the thumbnail regeneration, where it often is just not clear why the regeneration is being skipped. The command...

command:media-regenerate
good-first-issue
contributor-day

## Bug Report Hi, I ran the command `wp media regenerate --only-missing --yes` over about 111.000 images. About ~80.000 successful and ~30.000 failed. The problem is that for the failed...

Just an FYI that from WP 5.3 there are couple of functions to find and generate missing image sub-sizes, and the image meta is saved after each sub-size is generated....

command:media-regenerate

Summary -- When regenerating all media, the special-case `site-icon` loses its custom sizes Steps to Reproduce -- 1. Through Customizer -> Site Identity, add a Site Icon 2. Observe that...

bug
command:media-regenerate

For example: ``` $ curl http://example.com/large-file.png | wp media import - ``` Related: https://github.com/wp-cli/entity-command/issues/96

command:media-import

possible fix for #146 Related https://github.com/wp-cli/wp-cli/issues/5955 Question: Is the README.md automatically generated, or shall I update it manually?