Metadata-Version: 2.1
Name: gitlab-migrate
Version: 0.1.4
Summary: Commands to migrate repositories between GitLab servers
Home-page: https://github.com/kreczko/gitlab-migrate
Author: Luke Kreczko
Author-email: kreczko@cern.ch
License: Apache Software License 2.0
Description: # gitlab-migrate
        Migration utility for GitLab servers
        
        
        
        ## Usage
        ### Preparation
        1. Get private token from source GitLab instance
        2. Get private token from destination GitLab instance
        3. Create a configuration file (see examples/)
        4. Run one of the commands below
        
        ### Information
        ```
        gitlab-migrate-info config.yml --output-file=repos_src.csv
        gitlab-migrate-info config.yml --output-file=repos_dst.csv --server=destination
        ```
        
        ### Migration
        ```
        # testing
        gitlab-migrate config.yml --noop
        
        # migration
        gitlab-migrate config.yml
        
        ```
        
        
        # Development
        ```
        git clone https://github.com/kreczko/gitlab-migrate.git
        cd gitlab-migrate
        pip install -U -e .
        ```
        
        
Keywords: gitlab,migrate
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Provides-Extra: tests
