PSGitHub
PSGitHub copied to clipboard
Add migration and import commands
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