github.com/dannyzhou2015/migrate/v4@v4.15.2/source/bitbucket/README.md (about)

     1  # bitbucket
     2  
     3  This driver is catered for those that want to source migrations from bitbucket cloud(https://bitbucket.com).
     4  
     5  `bitbucket://user:password@owner/repo/path#ref`
     6  
     7  | URL Query  | WithInstance Config | Description |
     8  |------------|---------------------|-------------|
     9  | user | | The username of the user connecting |
    10  | password | | User's password or an app password with repo read permission  |
    11  | owner | | the repo owner |
    12  | repo | | the name of the repository |
    13  | path | | path in repo to migrations |
    14  | ref | | (optional) can be a SHA, branch, or tag |