Add a reload command
Is your feature request related to a problem? Please describe.
Updating the conf.toml file currently requires running npx supabase stop followed by npx supabase start for the changes to take effect.
Describe the solution you'd like
Introduce a npx supabase reload command that would reload the configuration and restart the containers automatically, applying changes to conf.toml without requiring a full stop/start cycle.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.
I like this idea. It could be a good extension for the restart command that you are working on https://github.com/supabase/cli/pull/3680
For eg. we could have supabase restart auth to restart the auth container with refreshed config.
Yes, being able to restart or refresh specific services is a great idea. I’ll try to incorporate this into #3680 when I have some free time.
Any update on this? I also suggested it last month but there have been no response yet.