Rake
Mack uses Rake tasks to accomplish a lot of different tasks. A full list of these tasks can be obtained by doing the following:
$ rake -T
You can change the environment that a Rake task runs in by one of two ways. Both of these will produce the same results:
$ rake mack:dump:config MACK_ENV=production $ rake mack:dump:config#production