PSGitHub icon indicating copy to clipboard operation
PSGitHub copied to clipboard

Add migration and import commands

Open pcgeek86 opened this issue 8 years ago • 0 comments

We need to add PowerShell commands to the PSGitHub module that support repository migration and import of external revision control repositories.

Repository Import

https://developer.github.com/v3/migration/migrations/

  • [ ] Invoke a repository migration from an external service
  • [ ] List in-progress migrations
  • [ ] Get status of a specific migration
  • [ ] Download a migration archive
  • [ ] Delete a migration archive
  • [ ] Unlock a repository

Enterprise Migrations

https://developer.github.com/v3/migration/migrations/

  • [ ] Start a migration
  • [ ] Get a list of enterprise migrations
  • [ ] Get the status of a specific migration
  • [ ] Download a migration archive
  • [ ] Delete a migration archive
  • [ ] Unlock a repository

pcgeek86 avatar Mar 20 '16 19:03 pcgeek86