PHPackages                             yireo/magento2-theme-commands - 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. yireo/magento2-theme-commands

ActiveMagento2-module[CLI &amp; Console](/categories/cli)

yireo/magento2-theme-commands
=============================

CLI commands to manipulate themes

1.3.4(6mo ago)1334.2k↓12.8%31OSL-3.0PHPCI passing

Since Jun 16Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/yireo/Yireo_ThemeCommands)[ Packagist](https://packagist.org/packages/yireo/magento2-theme-commands)[ Fund](https://www.paypal.me/yireo)[ GitHub Sponsors](https://github.com/yireo)[ RSS](/packages/yireo-magento2-theme-commands/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (13)Used By (1)

Yireo\_ThemeCommands module
===========================

[](#yireo_themecommands-module)

**Magento 2 module to add CLI commands to manage themes from the command-line**

Installation
------------

[](#installation)

```
composer require yireo/magento2-theme-commands
bin/magento module:enable Yireo_ThemeCommands
```

Usage
-----

[](#usage)

List all themes:

```
bin/magento theme:list
```

List all assigned themes (aka design configurations):

```
bin/magento theme:design_config
```

*The `theme:design_config` output also shows an **Override** column, which identifies whether a specific value (like, a theme ID for a specific Store View) is indeed overriding the default or not.*

Change the current theme to `Magento/luma` for all scopes:

```
bin/magento theme:change Magento/luma
```

Note that the `theme:change` command also includes a flag `--reset` (valid only without additional parameters) which resets all stores to the default, so that only 1 theme is active:

```
bin/magento theme:change --reset -- Magento/luma
```

Change the current theme to `Hyva/default` for the StoreView with ID 1:

```
bin/magento theme:change Hyva/default 1 stores
```

Create a new theme:

```
bin/magento theme:create --theme Yireo/example --parent Magento/luma --application frontend
bin/magento theme:change Yireo/example
```

Caveats
-------

[](#caveats)

When a new theme has been created, it might have not been *discovered* by Magento. For instance, the output of the `theme:list` command is not showing this new theme. Run `bin/magento setup:upgrade` first.

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance73

Regular maintenance activity

Popularity37

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.8% 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 ~78 days

Recently: every ~119 days

Total

12

Last Release

208d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1373981?v=4)[Yireo](/maintainers/yireo)[@yireo](https://github.com/yireo)

---

Top Contributors

[![jissereitsma](https://avatars.githubusercontent.com/u/7670482?v=4)](https://github.com/jissereitsma "jissereitsma (46 commits)")[![lbanka](https://avatars.githubusercontent.com/u/1295182?v=4)](https://github.com/lbanka "lbanka (1 commits)")[![meminuygur](https://avatars.githubusercontent.com/u/21062398?v=4)](https://github.com/meminuygur "meminuygur (1 commits)")

### Embed Badge

![Health badge](/badges/yireo-magento2-theme-commands/health.svg)

```
[![Health](https://phpackages.com/badges/yireo-magento2-theme-commands/health.svg)](https://phpackages.com/packages/yireo-magento2-theme-commands)
```

###  Alternatives

[macopedia/magento2-categoryimporter

Category Importer for Magento 2

344.6k](/packages/macopedia-magento2-categoryimporter)

PHPackages © 2026

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