supabase stop should stop all containers
#19072
Unanswered
nahtnam
asked this question in
Feature Requests
Replies: 1 comment
-
|
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I work on several different projects on my local computer and use
supabase startto start them. The problem is they consistently interfere with each other and so I have to stop one before starting another. However you must runsupabase stopin the directory that you started them, which is pretty annoying. It would be nice if we could have asupabase stop --allwhich would stop all supabase projects running on the computer.That way I can just set
direnvto runsupabase stop --all && supabase startwhenever I CD into a specific directoryBeta Was this translation helpful? Give feedback.
All reactions