Skip to content

Provider-aware install generator #2

@eelcoj

Description

@eelcoj

Given a command like: bin/rails courrier:install --provider=loops would create:

Courrier.configure do |config|
  config.default_email_provider = "loops"
  config.default_email_api_key = ""

  config.providers.loops.transactional_id = ""
end

Similarly for other providers, their specific values are added (if any).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions