Skip to content

v0.22

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jul 22:22
· 1250 commits to main since this release
9a46741
  • added --repo-list argument to ado2gh generate-script. This accepts a repos.csv file previously generated by ado2gh inventory-report. This can be used to split a large migration up into batches of repos.
  • --github-pat arg in the gei reclaim-mannequin command was renamed to --github-target-pat to follow the same naming convention for other commands like gei migrate-repo or gei generate-mannequin-csv
  • ado2gh inventory-report command now also reports the compressed size of each repo in repos.csv.
  • fixed bug in gh gei generate-script so that it properly respects the --no-ssl-verify argument.
  • ado2gh inventory-report now accepts --minimal flag. If set, it generates the CSVs with the bare minimum info but it significantly speeds up their generation.
  • Added is-pat-org-admin field to orgs.csv generated by ado2gh inventory-report to indicate whether the PAT used to query the org data is an org admin.