gh-gei
gh-gei copied to clipboard
Migration CLI for GitHub to GitHub migrations
When migrating repos, any secret/code scanning/dependabot alerts currently don't migrate. Sure you can run a new scan on the target repo, but if you have dismissed any alerts as false...
Right now for GHAE migrations, `gh gei` supports passing the `--target-api-url` to `migrate-repo` command to be able to make API calls against non default (`https://api.github.com`) bases addresses. The problem is...
## Description I don't so much know if this is a bug, as it is a lack of documentation. Trying to utilize the `ado2gh generate-script` command with `--rewire--pipelines` requires a...
We need to pave the path for migrations from GHEC to GHAE. Right now in theory CLI supports the migration but we need to make sure that it works end...
Similar to #353 we need to add INT tests for GHEC to GHAE migration path.
A customer was struggling with occasional SSL handshake errors. It seems that they are using SSL inspection software (ZScalar in this case), that can cause occasional failures in the SSL...