Hi, I am new to Supabase and I am using project branches feature with pull requests enabled. It creates branches with the same name as the pull request.
Additionally I am using amplify with the same feature creating a web preview deployment that uses the PR number. In any case it creates a backend and I can match both creations. How ever how do I access the supabase creadentials for these PR generated branches? I read you can do manually from the console but I need to automate it in order to use it or should I craete branches from my build?
Is there any cli command to create branches and get the password, project ID?