--from parameter resolution
The -f / --from parameter is resolved in this order:
- Git URL: If the value starts with
http://orhttps://, use it directly - Config name: Match against configured source names
- GitHub shorthand: If the value contains
/(e.g.,ORG/REPO), expand tohttps://github.com/ORG/REPO.git - Error: If none of the above match, report “source not found”