gh-gei icon indicating copy to clipboard operation
gh-gei copied to clipboard

Migration CLI for GitHub to GitHub migrations

Results 287 gh-gei issues
Sort by recently updated
recently updated
newest added

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...

task

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...

task
tech debt

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...

documentation
task

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...

documentation
task

Could do some pre-validation to make sure user didn't typo org/repo names (and the PAT's have permissions to see them).

task

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...

task

The videos we link to are pretty out of date, should re-record some new ones with the latest version and features.

documentation
task

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.

task