8 lines
432 B
Markdown
8 lines
432 B
Markdown
## supabase-status
|
|
|
|
Shows status of the Supabase local development stack.
|
|
|
|
Requires the local development stack to be started by running `supabase start` or `supabase db start`.
|
|
|
|
You can export the connection parameters for [initializing supabase-js](https://supabase.com/docs/reference/javascript/initializing) locally by specifying the `-o env` flag. Supported parameters include `JWT_SECRET`, `ANON_KEY`, and `SERVICE_ROLE_KEY`.
|