scaffold.supabase.local-min

+config+

+config-file+

+config-supabase-anon+

+config-supabase-service+

refresh-postgrest-schema

(refresh-postgrest-schema)(refresh-postgrest-schema schema table)

Tells PostgREST to reload its schema cache and waits until the probe endpoint returns HTTP 200.

restart-postgrest

(restart-postgrest)

Restarts only the supabase_rest_local-min Docker container and waits for the PostgREST API port to become available again.

shutdown-supabase

(shutdown-supabase _)

start-supabase

(start-supabase)(start-supabase _opts)

stop-supabase

(stop-supabase _)

supabase-available?

(supabase-available?)

Returns true if the supabase CLI is installed.

wait-for-auth-ready

(wait-for-auth-ready)(wait-for-auth-ready timeout-ms)

Polls the GoTrue auth endpoint until it returns HTTP 200.

wait-for-postgrest-ready

(wait-for-postgrest-ready)(wait-for-postgrest-ready schema table)(wait-for-postgrest-ready schema table timeout-ms)

Polls PostgREST for a specific schema/table until it returns HTTP 200. Defaults to scratch_v0.Log to match the existing poc tests.