Skip to content

Commit 172843b

Browse files
committed
fix: setup docs
1 parent 07989ac commit 172843b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,18 @@ pip install -r requirements.txt --break-system-packages
5757
pip 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

0 commit comments

Comments
 (0)