Overview¶
This is our developer docs about Command line Magento:
Command summary¶
Command | Description |
---|---|
magento setup:cache:{enable | disable |
magento setup:indexer:{status | show-mode |
magento cron:run | Runs Magento cron jobs |
magento setup:di:compile-multi-tenant | Use only if you have multiple independent Magento applications (in other words, one common Magento code base but more than one independent instance of the Magento application).Compiles all non-existent proxies and factories; and pre-compiles class definitions, inheritance information, and plugin definitions for multiple stores or websites. |
magento setup:di:compile | Use if you have one instance of the Magento application.Compiles all non-existent proxies and factories; and pre-compiles class definitions, inheritance information, and plugin definitions for one store and website. |
magento info:dependencies:{show-modules | show-modules-circular |
Commands¶
The following sections discuss the available commands.
- Manage the cache
- Manage the indexers
- Configure and run cron
- Code compiler
- Set the Magento mode
- URN highlighter
- Dependency reports
- Translation dictionaries and language packages
- Deploy static view files
- Create symlinks to LESS files
- Run unit tests
- Convert layout XML files
- Generate data for performance testing