snippetbashTip
supabase — Develop, deploy, and manage Supabase projects locally and on the cloud. More information: <https://s
Viewed 0 times
commandandclimanagesupabasedeploydevelop
Problem
How to use the
supabase command: Develop, deploy, and manage Supabase projects locally and on the cloud. More information: <https://supabase.com/docs/reference/cli>.Solution
supabase — Develop, deploy, and manage Supabase projects locally and on the cloud. More information: <https://supabase.com/docs/reference/cli>.Log in to Supabase using an access token:
supabase loginInitialize a new Supabase project in the current directory:
supabase initStart the local Supabase development stack:
supabase startStop the local Supabase development stack:
supabase stopShow the status of the local Supabase development stack:
supabase statusLink the current directory to a remote Supabase project:
supabase link --project-ref {{project_id}}List all Supabase projects:
supabase projects listCode Snippets
Log in to Supabase using an access token
supabase loginInitialize a new Supabase project in the current directory
supabase initStart the local Supabase development stack
supabase startStop the local Supabase development stack
supabase stopShow the status of the local Supabase development stack
supabase statusContext
tldr-pages: common/supabase
Revisions (0)
No revisions yet.