Pull secrets for local env
I tried to run the supabase edge functions locally, and I assume I might need .env on my local. I tried to pull secrets from Supabase using cli command:
supabase secrets list --output env
But this just gives me digests, not actual value.
How can I pull secrets from my Supabase project and put them into my local env file?
supabase secrets list --output env
But this just gives me digests, not actual value.
How can I pull secrets from my Supabase project and put them into my local env file?