- Add
wait-for-migration
command. By default it waits for all ongoing migrations to finish and reports the number of in progress and queued migrations. If an optionalmigration-id
is provided, it will return as soon as that migration is complete. - Add
--wait
option tomigrate-repo
command. If set totrue
(default isfalse
) it will synchronously wait for the migration to finish, otherwise it will just queue up a repo migration and return themigration-id
. - Support parallel migrations with
generate-script
for bothado2gh
andgh gei
.generate-script
now by default generates a script to perform migrations in parallel. Adding--sequential
flag will force migrations to perform in a sequential (one by one) fashion.