When using the CLI we should be able to specify the environment to use. It could be specified by two ways:
- an environment variable called PHPBB_ENVIRONMENT
- an --env <env name> parameter
The parameter should have the priority over the environment variable