Loading...
Loading...
Manage Supabase projects, databases, migrations, Edge Functions, and storage using the `supabase` CLI.
npx skill4agent add dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations supabasesupabasesupabase projects listsupabase link --project-ref <project-id>supabase startsupabase stopsupabase statussupabase db execute --sql "SELECT * FROM users LIMIT 10"supabase db pullsupabase db pushsupabase db resetsupabase db diffsupabase migration new <migration-name>supabase migration listsupabase migration upsupabase migration squashsupabase functions listsupabase functions new <function-name>supabase functions deploy <function-name>supabase functions deploysupabase functions servesupabase functions logs <function-name>supabase storage lssupabase storage ls <bucket-name>supabase storage cp <local-path> ss:///<bucket>/<path>supabase storage cp ss:///<bucket>/<path> <local-path>supabase secrets set <NAME>=<value>supabase secrets listsupabase secrets unset <NAME>supabase gen types typescript --local > types/supabase.tssupabase gen types typescript --project-id <project-id> > types/supabase.tssupabase loginsupabase projects list