Created
May 11, 2024 18:06
-
-
Save jrnold/4510cbc602f7185c1d2683107256a2d1 to your computer and use it in GitHub Desktop.
Supabase aliases for local dev
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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