As @Matteo said in comment, you could use the command below to see all your parameters
php bin/console debug:container --parameters --env=prod
But there is not any command to list all your parameters from all your environments, you have to make a script (bash script with grep and the command above) or a Symfony command to get exactly what you want.