Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道我可以在每个环境中转储资产并清除缓存:
php app/console cache:clear --env=prod
但是有没有办法清除所有环境的缓存?对于资产转储和具有该环境选项的所有命令,同样的问题。
也许你可以使用Fabric、Capistrano或Capifony之类的东西来自动化这个过程。