zero1/magento2-run-cron-job
最新稳定版本:1.1.2
Composer 安装命令:
composer require zero1/magento2-run-cron-job
包简介
README 文档
README
Small CLI addition to allow running of cronjobs by job_code. This could be for debuging purposes or to add to your crontab.
Example
To test generation of sitemaps
php bin/magento cron:run-job --job-code=sitemap_generate
The job-code is that same as would be found in the cron_schedule table
Or in a modules crontab.xml for example:
https://github.com/magento/magento2/blob/2.4-develop/app/code/Magento/Sitemap/etc/crontab.xml#L10
Versions
- For Magento >= 2.4, use 1.1.0
- For Magento < 2.4, use 1.0.1
统计信息
- 总下载量: 3.02k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2020-04-06