Last active
February 28, 2024 18:21
-
-
Save ajdinmore/427c0d156e378e799ad8c85d34a313bc to your computer and use it in GitHub Desktop.
Clear all Symfony cache pools
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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