Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bjarneo/magentocachetool
Clear Magento Cache in CLI style
https://github.com/bjarneo/magentocachetool
Last synced: 3 days ago
JSON representation
Clear Magento Cache in CLI style
- Host: GitHub
- URL: https://github.com/bjarneo/magentocachetool
- Owner: bjarneo
- Created: 2015-04-19T13:42:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-27T19:32:26.000Z (over 9 years ago)
- Last Synced: 2024-04-15T02:09:39.044Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 207 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MagentoCacheTool
Clear Magento Cache in CLI style## Commands
Usage: php cache.php -- [options]
```sh
--clear-storage Clear storage cache
--clear-image Clear image cache
--clear-assets Clear JavaScript and CSS cache
--clear-swatches Clear swatches cache
--clear-system Clear system cache
--clear-all Clear all cache
--enable-type Enable cache type
--disable-type Disable cache type
--enable-types Enable cache types
--disable-types Disable cache types--help This help
```