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

Incorrect help text in migrate-org command

Open naikrovek opened this issue 2 years ago • 1 comments

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

naikrovek avatar Jun 09 '23 12:06 naikrovek

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.

dylan-smith avatar Jun 09 '23 14:06 dylan-smith