From 95cca6b883329c40b1091365151d73f3107f040c Mon Sep 17 00:00:00 2001 From: kenwuuu Date: Sat, 31 May 2025 12:03:40 -0700 Subject: [PATCH] chore: clarify project linking instructions, tell users where to find project ID --- docs/supabase/link.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/supabase/link.md b/docs/supabase/link.md index bba1291ae..5a119064f 100644 --- a/docs/supabase/link.md +++ b/docs/supabase/link.md @@ -2,6 +2,8 @@ Link your local development project to a hosted Supabase project. +Use your project ID for `--project-ref`, you can find it in your dashboard url: `https://app.supabase.com/project/` + PostgREST configurations are fetched from the Supabase platform and validated against your local configuration file. Optionally, database settings can be validated if you provide a password. Your database password is saved in native credentials storage if available.