Existing issues
Affected area
Other
Problem to solve
The CLI currently only returns the legacy ANON_KEY in the branch get response, and having migrated to the new API key format we're unable to get the default PUBLISHABLE_KEY for a branch from the CLI in order to inject it into our preview app's environment variables.
Proposed solution
Similar to the new secret key being returned in SUPABASE_DEFAULT_KEY, add a new field for SUPABASE_PUBLISHABLE_KEY in the response for supabase branches get.
Alternatives considered
No response
Additional context
No response
Existing issues
Affected area
Other
Problem to solve
The CLI currently only returns the legacy
ANON_KEYin thebranch getresponse, and having migrated to the new API key format we're unable to get the defaultPUBLISHABLE_KEYfor a branch from the CLI in order to inject it into our preview app's environment variables.Proposed solution
Similar to the new secret key being returned in
SUPABASE_DEFAULT_KEY, add a new field forSUPABASE_PUBLISHABLE_KEYin the response forsupabase branches get.Alternatives considered
No response
Additional context
No response