Skip to content

Conversation

@Ayush1404
Copy link

What kind of change does this PR introduce?

Feature

Add foreground mode to supabase start command that keeps the process
running and automatically stops services when the terminal exits.

What is the current behavior?

supabase start :

  • Starts all Supabase services and exits immediately
  • Services continue running in background
  • User must manually run 'supabase stop' to clean up

Closes #4681

What is the new behavior?

supabase start -f :

  • Starts all Supabase services
  • Stays running in foreground
  • Automatically stops services when terminal exits (Ctrl+C, close window, etc.)
  • Same graceful shutdown as manual 'supabase stop'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add 'supabase start -f' so you don't need to remember to stop it everytime

1 participant