From b66d9b2adf5bad7bc4a1637304320e2a2c01f3e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Ka=C5=BAmierczak?= <tkazmierczak@man.poznan.pl> Date: Fri, 12 Aug 2022 10:09:25 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9798071..df47cbe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # gitlab-getlists -Scripts to download list of Projects, status, License, owners (with e-mail) from gitlab.geant.org (production mode) or k8s-gitlab.software.geant.org (developer mode). The output of the script is two files: json and html. +Scripts to download list of Projects, status, License, owners (with e-mail) from gitlab.geant.org (production mode) or k8s-gitlab.software.geant.org (developer mode). The output of the script is three files: json, html and CVS. ## Installation @@ -43,7 +43,8 @@ Example run (Windows): ## Output Two files: - gitlab-projects.html -- gitlab-project.json +- gitlab-projects.json +- gitlab-projects.csv We can find various variables in these files (project_name, groups, etc.), the most important is **license_file**, which can have three values: -- GitLab