When using the CLI that sets the require to a rails app, the other config will not be taken account. What happens is:
- The config is read from the flags that are set with the command
bundle exec cloudmunda
- Then the next step is to require the file or directory
- If this is a rails app that has a config/initializer it will recreate the client and use the config set in that application
When using the CLI that sets the require to a rails app, the other config will not be taken account. What happens is:
bundle exec cloudmunda