Skip to content

Instantly share code, notes, and snippets.

@jrnold
Created May 11, 2024 18:06
Show Gist options
  • Save jrnold/4510cbc602f7185c1d2683107256a2d1 to your computer and use it in GitHub Desktop.
Save jrnold/4510cbc602f7185c1d2683107256a2d1 to your computer and use it in GitHub Desktop.
Supabase aliases for local dev
alias supabase-dashboard="open $(supabase status -o json | jq -r '.STUDIO_URL')"
alias supabase-psql="psql $(supabase status -o json | jq -r '.DB_URL')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment