gh-gei
gh-gei copied to clipboard
Migration CLI for GitHub to GitHub migrations
Right now if a PAT doesn't have the right permissions, some of the API calls will just crash and spit out a stack trace. Would probably be a nicer experience...
## Description Also small typo on usage when using gh cli. Usage should be “gh gei” and not “gh-gei”. ``` Actual: “Usage: gh-gei [options] [command]” Expected: “Usage: gh gei [options]...
## Description Not sure if this is a bug of feature request, it looks like generate-script can only create `.ps1` file. Checking [GH -> GH video guide](https://www.youtube.com/watch?v=5cQkM_8n5YY) in README it...
We rolled this change back because it didn't work on MacOS ( #279 #297 ). We should revisit this and see if we can implement it properly. Would also probably...
based on: https://github.com/github/gh-gei/pull/236#discussion_r804268113 We want to improve the way the testing is structure for `GetMigrationState` in a way we can check that it gets called multiple times before it is...
We previously deprecated this option so it does nothing, but left it in for backwards compat reasons. At some point in the future we should remove it entirely once customers...
## Description It would be great to have some documentation to outline the project startup and build processes. Some engineers who are less experienced with C# development could use the...