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

Simple syntax for batching migrations in `generate-script`

Open dylan-smith opened this issue 3 years ago • 0 comments

We have inventory-report for ado2gh and soon to be in gei for powerful batching and sorting flexibility. But alot of customers don't need that much flexibility, and just want a simple way to say "group my migrations into batches of 500 repos".

We could add an arg to generate-script something like --batch-size that would output several migration scripts, with 500 repos in each.

Customer could also accomplish the same thing with inventory-report and splitting up the csv's. But this could be a more convenient option for customers that want to do simple batching.

dylan-smith avatar Sep 14 '22 20:09 dylan-smith