mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 09:58:55 +00:00
Update cheatsheets
This commit is contained in:
37
tldr/supabase
Normal file
37
tldr/supabase
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 login`
|
||||
|
||||
- Initialize a new Supabase project in the current directory:
|
||||
|
||||
`supabase init`
|
||||
|
||||
- Start the local Supabase development stack:
|
||||
|
||||
`supabase start`
|
||||
|
||||
- Stop the local Supabase development stack:
|
||||
|
||||
`supabase stop`
|
||||
|
||||
- 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`
|
||||
Reference in New Issue
Block a user