You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have regularly seen customers have issues with the CLI where they use a URL for something (e.g. a repository, organization or enterprise) rather than its name.
Relevant examples include the --github-org, --github-target-org, --source-repo and --github-target-enterprise arguments.
We should validate these arguments and return a clear warning if a URL is provided rather than a name.
We could alternatively consider fixing this in the GraphQL API - but it may prove to be non-trivial because of the GraphQL framework.
The text was updated successfully, but these errors were encountered:
We have regularly seen customers have issues with the CLI where they use a URL for something (e.g. a repository, organization or enterprise) rather than its name.
Relevant examples include the
--github-org
,--github-target-org
,--source-repo
and--github-target-enterprise
arguments.We should validate these arguments and return a clear warning if a URL is provided rather than a name.
We could alternatively consider fixing this in the GraphQL API - but it may prove to be non-trivial because of the GraphQL framework.
The text was updated successfully, but these errors were encountered: