Supabase Auth

rebase_branch

Rebases a development branch on production. This will effectively run any newer migrations from production onto this branch to help handle migration drift.

Remote Supabase

Other tools also called rebase_branch? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "branch_id": {
      "type": "string"
    }
  }
}