cli icon indicating copy to clipboard operation
cli copied to clipboard

Add a reload command

Open raideno opened this issue 8 months ago • 2 comments

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.

raideno avatar Jun 11 '25 11:06 raideno

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.

sweatybridge avatar Jun 11 '25 12:06 sweatybridge

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.

raideno avatar Jun 11 '25 13:06 raideno

Any update on this? I also suggested it last month but there have been no response yet.

ashkan-ahmadi avatar Oct 23 '25 18:10 ashkan-ahmadi