rvojcik / gitlab-project-export

Simple python project for exporting GitLab projects with Export Project funkcionality in GitLab API. Import of exported projects is also supported
GNU General Public License v3.0
104 stars 39 forks source link

Option for exporting all projects #2

Closed scottlinux closed 4 years ago

scottlinux commented 5 years ago

Hi, I had to set this value to membership=False in order to download all projects on a shared gitlab instance, with config of:

  projects: 
    - '/*'

I'm not sure if anyone knows of a better way to have this utility simply export all projects?

rvojcik commented 4 years ago

Hi thank you for this!

I will move membership option to config, to be able to set it from configuration file. I tested it only on public gitlab.com so I had to use membership=False and forgot about private instances of gitlab.

Thanks