System Commands
info
Commands for system-level information, checks, and maintenance tasks in Magento. Use these to inspect, maintain, and troubleshoot your Magento installation.
Commands
System Information
- sys:info - Provide system information like edition, version, cache backends
- sys:store:list - List all store views
- sys:website:list - List all websites
Cron Jobs
- sys:cron:list - List all cronjobs defined in crontab.xml files
- sys:cron:run - Run a cronjob by code
- sys:cron:kill - Kill a running job
- sys:cron:history - Show last executed cronjobs with status
- sys:cron:schedule - Schedule a cronjob for execution right now
Setup and Versions
- sys:setup:compare-versions - Compare module version with saved setup version
- sys:setup:change-version - Change the version of a module
- sys:setup:downgrade-versions - Downgrade the versions in the database
Store URLs and Configuration
- sys:store:config:base-url:list - List all configured store URLs
- sys:url:list - Get all URLs (products, categories, CMS pages)
System Maintenance
- sys:check - Check Magento system for issues
- sys:maintenance - Toggle maintenance mode
- design:demo-notice - Toggle demo store notice for a store view