Skip to content

Add transfer command

Lucas requested to merge github/fork/x3ro/add-transfer-command into trunk

Description

I've added a command that allows transferring repositories to other namespaces.

Related Issue

Resolves #925 (closed)

How Has This Been Tested?

I've only manually tested my changes so far, with repositories on gitlab.com.

Screenshots (if appropriate)

Running glab repo transfer fresskoma/iolite-mock --target-namespace ljenss/Museum would yield

Screenshot 2021-12-12 at 18 48 08

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)

TODOs

  • Add proper descriptions of the command
  • Update documentation
  • ...

Merge request reports