PHPackages                             aaemnnosttv/wp-cli-media-generate-command - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. aaemnnosttv/wp-cli-media-generate-command

ActiveWp-cli-package[CLI &amp; Console](/categories/cli)

aaemnnosttv/wp-cli-media-generate-command
=========================================

Generate media (attachments + files) using WP-CLI

v1.0.1(8y ago)5161MITPHPPHP ^5.5 || ^7.0

Since Jun 29Pushed 3y ago1 watchersCompare

[ Source](https://github.com/aaemnnosttv/wp-cli-media-generate-command)[ Packagist](https://packagist.org/packages/aaemnnosttv/wp-cli-media-generate-command)[ Docs](https://github.com/aaemnnosttv/wp-cli-media-generate-command)[ RSS](/packages/aaemnnosttv-wp-cli-media-generate-command/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

aaemnnosttv/wp-cli-media-generate-command
=========================================

[](#aaemnnosttvwp-cli-media-generate-command)

Generate media (attachments + files) using WP-CLI

[![Build Status](https://camo.githubusercontent.com/ee346bdde31f9b68e08df530560e7907ac87d8e85ff3ba7935e2ac7883d1bff8/68747470733a2f2f7472617669732d63692e6f72672f6161656d6e6e6f737474762f77702d636c692d6d656469612d67656e65726174652d636f6d6d616e642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/aaemnnosttv/wp-cli-media-generate-command)

Quick links: [Using](#using) | [Installing](#installing) | [Contributing](#contributing) | [Support](#support)

Using
-----

[](#using)

```
wp media generate image [--count=] [--size=] [--ext=] [--format=]

```

```
[--count=]
	Number of images to generate.
	---
	default: 100
	---

[--size=]
	Image dimensions in WxH (width by height) format.
	---
	default: 50x50
	---

[--ext=]
	File extension to generate images with.
	---
	default: jpg
	---

[--format=]
	Render output in a particular format.
	---
	default: progress
	options:
	  - progress
	  - ids
	---

```

Installing
----------

[](#installing)

Installing this package requires WP-CLI v1.0 or greater. Update to the latest stable release with `wp cli update`.

Once you've done so, you can install this package with:

```
wp package install git@github.com:aaemnnosttv/wp-cli-media-generate-command.git

```

Contributing
------------

[](#contributing)

We appreciate you taking the initiative to contribute to this project.

Contributing isn’t limited to just code. We encourage you to contribute in the way that best fits your abilities, by writing tutorials, giving a demo at your local meetup, helping other users with their support questions, or revising our documentation.

For a more thorough introduction, [check out WP-CLI's guide to contributing](https://make.wordpress.org/cli/handbook/contributing/). This package follows those policy and guidelines.

### Reporting a bug

[](#reporting-a-bug)

Think you’ve found a bug? We’d love for you to help us get it fixed.

Before you create a new issue, you should [search existing issues](https://github.com/aaemnnosttv/wp-cli-media-generate-command/issues?q=label%3Abug%20) to see if there’s an existing resolution to it, or if it’s already been fixed in a newer version.

Once you’ve done a bit of searching and discovered there isn’t an open or fixed issue for your bug, please [create a new issue](https://github.com/aaemnnosttv/wp-cli-media-generate-command/issues/new). Include as much detail as you can, and clear steps to reproduce if possible. For more guidance, [review our bug report documentation](https://make.wordpress.org/cli/handbook/bug-reports/).

### Creating a pull request

[](#creating-a-pull-request)

Want to contribute a new feature? Please first [open a new issue](https://github.com/aaemnnosttv/wp-cli-media-generate-command/issues/new) to discuss whether the feature is a good fit for the project.

Once you've decided to commit the time to seeing your pull request through, [please follow our guidelines for creating a pull request](https://make.wordpress.org/cli/handbook/pull-requests/) to make sure it's a pleasant experience. See "[Setting up](https://make.wordpress.org/cli/handbook/pull-requests/#setting-up)" for details specific to working on this package locally.

Support
-------

[](#support)

Github issues aren't for general support questions, but there are other venues you can try:

*This README.md is generated dynamically from the project's codebase using `wp scaffold package-readme` ([doc](https://github.com/wp-cli/scaffold-package-command#wp-scaffold-package-readme)). To suggest changes, please submit a pull request against the corresponding part of the codebase.*

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~20 days

Total

2

Last Release

3215d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b443f89936449a1c048fcc223ea03b285a4e9c9667ffd21c0c4b3f33e46f72c9?d=identicon)[aaemnnosttv](/maintainers/aaemnnosttv)

---

Top Contributors

[![aaemnnosttv](https://avatars.githubusercontent.com/u/1621608?v=4)](https://github.com/aaemnnosttv "aaemnnosttv (16 commits)")

---

Tags

wp-cli-package

###  Code Quality

TestsBehat

### Embed Badge

![Health badge](/badges/aaemnnosttv-wp-cli-media-generate-command/health.svg)

```
[![Health](https://phpackages.com/badges/aaemnnosttv-wp-cli-media-generate-command/health.svg)](https://phpackages.com/packages/aaemnnosttv-wp-cli-media-generate-command)
```

###  Alternatives

[wp-cli/entity-command

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

1048.8M55](/packages/wp-cli-entity-command)[wp-cli/scaffold-command

Generates code for post types, taxonomies, blocks, plugins, child themes, etc.

1717.7M15](/packages/wp-cli-scaffold-command)[wp-cli/i18n-command

Provides internationalization tools for WordPress projects.

11610.4M52](/packages/wp-cli-i18n-command)[wp-cli/extension-command

Manages plugins and themes, including installs, activations, and updates.

919.0M53](/packages/wp-cli-extension-command)[wp-cli/db-command

Performs basic database operations using credentials stored in wp-config.php.

768.0M30](/packages/wp-cli-db-command)[wp-cli/server-command

Launches PHP's built-in web server for a specific WordPress installation.

687.2M5](/packages/wp-cli-server-command)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
