scaffold.supabase.local-min
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.
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.