gh-gei
gh-gei copied to clipboard
Migration CLI for GitHub to GitHub migrations
We have retry on 404 when retrieving the team members (in `create-team`). This is to handle some apparent race condition where create team API returns successful, but trying to get...
Not sure what the solution is here, but it's obvious we've got a bunch of duplicated code/commands between the 2 CLI's, and for each duplicated command we've duplicated all the...
Introduced with https://github.com/github/gh-gei/pull/382! Plese let the PR :point_left: for these options to be reviewed and merged before starting this issue, as the options may change :sparkles: Add documentation for the...
Introduced with https://github.com/github/gh-gei/pull/371. Add documentation for the `download-logs` command. From `gei download-logs --help`: ``` download-logs Downloads migration logs for migrations. Usage: gei [options] download-logs Options: --github-target-org (REQUIRED) Target GitHub organization...
Could do some pre-validation to make sure user didn't typo org/repo names (and the PAT's have permissions to see them).
Create a dashboard (likely in datadog) that contains usage data on the CLI. We should be able to answer these questions easily: 1. What versions of the CLI are in...
The videos we link to are pretty out of date, should re-record some new ones with the latest version and features.
Can we expand our integration tests to ALSO run against staging in addition to prod. We would need separate target orgs that have the staging feature flag flipped.