PHPackages                             genaker/magento2-cron-console - 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. genaker/magento2-cron-console

ActiveMagento2-module

genaker/magento2-cron-console
=============================

Magento 2 Console Commands for Cron Job Management - List and run cron jobs directly from command line

1111[1 issues](https://github.com/Genaker/CronCli/issues)[1 PRs](https://github.com/Genaker/CronCli/pulls)PHP

Since Oct 9Pushed 2mo agoCompare

[ Source](https://github.com/Genaker/CronCli)[ Packagist](https://packagist.org/packages/genaker/magento2-cron-console)[ RSS](/packages/genaker-magento2-cron-console/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Magento 2 Cron Console
======================

[](#magento-2-cron-console)

A powerful Magento 2 module that provides console commands for cron job management. List all cron jobs and run them directly from the command line with optional parameters.

Features
--------

[](#features)

- **List all cron jobs** with detailed information including group, schedule, instance, and method
- **Run specific cron jobs** by name with optional parameters
- **Filter cron jobs** by group or class name
- **Parameter inspection** - see what parameters each cron job accepts
- **Custom parameter passing** - pass custom parameters to cron jobs

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

[](#installation)

### Via Composer (Recommended)

[](#via-composer-recommended)

```
composer require genaker/magento2-cron-console
php bin/magento module:enable Genaker_CronConsole
php bin/magento setup:upgrade
```

### Manual Installation

[](#manual-installation)

1. Download the module files
2. Create directory `app/code/Genaker/CronConsole`
3. Copy all files to the directory
4. Run the following commands:

```
php bin/magento module:enable Genaker_CronConsole
php bin/magento setup:upgrade
```

Usage
-----

[](#usage)

### List All Cron Jobs

[](#list-all-cron-jobs)

```
php bin/magento genaker:cron:list
```

### Filter Cron Jobs

[](#filter-cron-jobs)

Filter by group name or class:

```
php bin/magento genaker:cron:list catalog
php bin/magento genaker:cron:list Indexer
```

### Run a Specific Cron Job

[](#run-a-specific-cron-job)

```
php bin/magento genaker:cron:run
```

Example:

```
php bin/magento genaker:cron:run catalog_product_alert
```

### Run Cron Job with Parameters

[](#run-cron-job-with-parameters)

Pass custom parameters to cron jobs:

```
php bin/magento genaker:cron:run  --param=key1=value1 --param=key2=value2
```

Example:

```
php bin/magento genaker:cron:run my_custom_job --param=limit=100 --param=debug=true
```

Commands
--------

[](#commands)

### `genaker:cron:list [filter]`

[](#genakercronlist-filter)

Lists all available cron jobs with the following information:

- Group name
- Job name
- Schedule expression
- Instance class
- Method name
- Execute method parameters
- Command to run the job

**Options:**

- `filter` (optional) - Filter by group name or class name

### `genaker:cron:run  [--param=key=value]`

[](#genakercronrun-jobname---paramkeyvalue)

Runs a specific cron job by name.

**Arguments:**

- `jobName` (required) - The name of the cron job to run

**Options:**

- `--param` (optional, multiple) - Additional parameters in key=value format

Requirements
------------

[](#requirements)

- PHP 7.4 or higher
- Magento 2.4.x or higher

License
-------

[](#license)

This module is licensed under the Open Software License (OSL 3.0) and Academic Free License (AFL 3.0).

Support
-------

[](#support)

- **Issues**: [GitHub Issues](https://github.com/genaker/magento2-cron-console/issues)
- **Email**:

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

[](#contributing)

Contributions are welcome! Please feel free to submit a Pull Request.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance57

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/2614da2cb514a3749cd296d237c9ca3430f4dafa09b4e49e338a6b1794a5acf4?d=identicon)[genaker](/maintainers/genaker)

---

Top Contributors

[![yshytikov](https://avatars.githubusercontent.com/u/204256376?v=4)](https://github.com/yshytikov "yshytikov (1 commits)")

### Embed Badge

![Health badge](/badges/genaker-magento2-cron-console/health.svg)

```
[![Health](https://phpackages.com/badges/genaker-magento2-cron-console/health.svg)](https://phpackages.com/packages/genaker-magento2-cron-console)
```

PHPackages © 2026

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