Skip to content

Instantly share code, notes, and snippets.

@ajdinmore
Last active February 28, 2024 18:21
Show Gist options
  • Save ajdinmore/427c0d156e378e799ad8c85d34a313bc to your computer and use it in GitHub Desktop.
Save ajdinmore/427c0d156e378e799ad8c85d34a313bc to your computer and use it in GitHub Desktop.
Clear all Symfony cache pools
#!/bin/bash
bin/console cache:pool:list | head -n -2 | tail -n +4 | xargs bin/console cache:pool:clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment