Add supabase config pull command
#34456
Replies: 14 comments 2 replies
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
Yes, please! |
Beta Was this translation helpful? Give feedback.
-
|
In addition to pushing and pulling, it'd be great if there was a command that could exit with an error ( |
Beta Was this translation helpful? Give feedback.
-
|
Bump! |
Beta Was this translation helpful? Give feedback.
-
|
Our team would also find this functionality very useful. |
Beta Was this translation helpful? Give feedback.
-
|
+1. make it a completely version controlled automated system! |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
Sorry for asking there, may be not valid place. Am I the only one that gets no WARNING: Local config differs from linked project. Try updating supabase/config.toml
diff supabase/config.toml blmiyfsimvaiufnnqhbh
--- supabase/config.toml
+++ blmiyfsimvaiufnnqhbh
@@ -58,8 +58,8 @@
[auth]
enabled = true
-site_url = "http://127.0.0.1:3000"
-additional_redirect_urls = ["https://127.0.0.1:3000"]
+site_url = "http://localhost:3000"
+additional_redirect_urls = []
jwt_expiry = 3600
enable_refresh_token_rotation = true
refresh_token_reuse_interval = 10
@@ -101,9 +101,9 @@
[auth.email]
enable_signup = true
double_confirm_changes = true
-enable_confirmations = false
+enable_confirmations = true
secure_password_change = false
-max_frequency = "1s"
+max_frequency = "1m0s"
otp_length = 6
otp_expiry = 3600
[auth.email.template] |
Beta Was this translation helpful? Give feedback.
-
|
yes please |
Beta Was this translation helpful? Give feedback.
-
|
interestingly enough, when you run hella round-about and i wouldn't want to do this frequently, but it does work. |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It's often easier for me to update project settings in the Supabase dashboard. However, if I do that, there's no easy way to automatically synchronize those updates to my local Supabase config in
config.toml. Others have noted this lack of functionality, too, e.g. #22455. The Supabase CLI already has the commandsupabase config pushto push changes from the local config to production. It'd be awesome if you added asupabase config pullcommand to pull changes made in the dashboard to the local config.Beta Was this translation helpful? Give feedback.
All reactions