Please help me save the supabase password for the CLI
It keeps asking me for the password when I do things like supabase migrations list. How can I save it?
2 Replies
Once you do
supabase link
it shouldn't require your password after
You can also set it as a environment variable (SUPABASE_DB_PASSWORD
) for your terminal so you don't have to set it everytime.Ya weird, I liked it both with the global version and local version and it's still asking for a password
The env variable worked though, thanks @silentworks