# clear (and warm up) the cache of the 'prod' environment php bin/console cache:clear --env=prod # this is equivalent: php bin/console cache:clear --no-warmup -e prod