Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

```