Is your feature request related to a problem? Please describe.
My installed supabase cli is an old version. I plan upgrade it to the latest version. Also, I want to upgrade my local dev supabase containers. I find that there is no way to achieve this except I do it manually with docker commmand line.
Describe the solution you'd like
May like docker-compose down or docker-compose rm:
supabase down: Stop and remove all supabse containers, networks
supabase rm: Removes all stopped supabse containers
Is your feature request related to a problem? Please describe. My installed supabase cli is an old version. I plan upgrade it to the latest version. Also, I want to upgrade my local dev supabase containers. I find that there is no way to achieve this except I do it manually with docker commmand line.
Describe the solution you'd like May like
docker-compose down
ordocker-compose rm
:supabase down
: Stop and remove all supabse containers, networkssupabase rm
: Removes all stopped supabse containers