github.com/fr-nvriep/migrate/v4@v4.3.2/source/gitlab/README.md (about)

     1  # gitlab
     2  
     3  `gitlab://user:personal-access-token@gitlab_url/project_id/path#ref`
     4  
     5  | URL Query  | WithInstance Config | Description |
     6  |------------|---------------------|-------------|
     7  | user | | The username of the user connecting |
     8  | personal-access-token | | An access token from Gitlab (https://<gitlab_url>/profile/personal_access_tokens) |
     9  | gitlab_url | | url of the gitlab server |
    10  | project_id | | id of the repository |
    11  | path | | path in repo to migrations |
    12  | ref | | (optional) can be a SHA, branch, or tag |