gh-gei
gh-gei copied to clipboard
Incorrect help text in migrate-org command
The help text for the --github-target-org and --github-source-org parameters of migrate-org are incorrect: https://github.com/github/gh-gei/blob/main/src/gei/Commands/MigrateOrg/MigrateOrgCommand.cs#L27-L36
I believe these should go on the --github-source-pat and --github-target-pat commands, instead, which currently have no help text defined.
Dependencies
- None
In this case that was intentional, but I agree it can be a bit confusing. The intent was to let the user know that the GH_SOURCE_PAT would be used to authenticate to whatever org was specified in --github-source-org.
Open to suggestions for better wording.