-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Open
Labels
Priority: P2A defect with this priority could have functionality issues which are not to expectations.A defect with this priority could have functionality issues which are not to expectations.Progress: ready for groomingfeature request
Description
Description (*)
In some occasions (deployment of a new version for instance), we may want to purge all cache except Full page cache.
This forces us to run cache:clean
or cache:flush
with the list of all types except full_page
. Would be nicer to be able to exclude a type in those commands.
Benefits
Simpler syntax, no need to change deployment code when a new type of cache is added by some extension.
Example
At the moment we use :
./magento cache:flush config layout block_html collections reflection db_ddl compiled_config eav customer_notification config_integration config_integration_api config_webservice translate adyen fishpig_wordpress
This feature request would allow to use :
./magento cache:flush --exclude full_page
MagePsycho
Metadata
Metadata
Assignees
Labels
Priority: P2A defect with this priority could have functionality issues which are not to expectations.A defect with this priority could have functionality issues which are not to expectations.Progress: ready for groomingfeature request
Type
Projects
Status
Ready for Grooming