commands.sh

supabase

all

Develop, deploy, and manage Supabase projects locally and on the cloud.

More info →

Examples (7)

Log in to Supabase using an access token

Initialize a new Supabase project in the current directory

Start the local Supabase development stack

supabase start

Stop the local Supabase development stack

Show the status of the local Supabase development stack

supabase status

Link the current directory to a remote Supabase project

supabase link --project-ref project_id

List all Supabase projects

supabase projects list
made by @shridhargupta | data from tldr-pages