supabase / cli

Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
https://supabase.com/docs/reference/cli/about
MIT License
1.09k stars 212 forks source link

feat(config): sync smtp and email config to remote #2869

Closed sweatybridge closed 2 weeks ago

sweatybridge commented 2 weeks ago

What kind of change does this PR introduce?

part 5 of https://github.com/supabase/cli/pull/2814

What is the new behavior?

Syncs email and custom smtp config to remote.

Additional context

Add any other context or screenshots.

coveralls commented 2 weeks ago

Pull Request Test Coverage Report for Build 11793949664

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
internal/start/start.go 13 27 48.15%
<!-- Total: 13 27 48.15% -->
Files with Coverage Reduction New Missed Lines %
internal/gen/keys/keys.go 5 12.9%
internal/start/start.go 9 68.43%
<!-- Total: 14 -->
Totals Coverage Status
Change from base Build 11772251670: -0.05%
Covered Lines: 6381
Relevant Lines: 10677

💛 - Coveralls
sweatybridge commented 2 weeks ago

@avallete I'm moving email template to a separate PR because adding Content field also requires updating the local nginx/kong server where these templates are served.