File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,18 @@ pip install -r requirements.txt --break-system-packages
5757pip install --break-system-packages .
5858```
5959
60+ - Make sure your GitLab API token (gitlab_token) has the necessary permissions to read group and project information.
61+ - Adjust the GitLab base URL (gitlab_base_url) according to your GitLab instance's API version and configuration.
62+
63+ # Features
64+
65+ - Handle GitLab API authentication using a personal access token.
66+ - Recursively fetch projects from a specified GitLab group, including subgroups.
67+ - Clone each project's repository to a local directory.
68+ - Dry-run and list all recursively fetch projects/groups structure.
69+ - List all projects/groups structure in a tree representation.
70+ - Disable creation of root group in the local machine.
71+
6072<p align =" right " >(<a href =" #readme-top " >back to top</a >)</p >
6173
6274# Contribuição
You can’t perform that action at this time.
0 commit comments