pulumi / upgrade-provider

A tool to automate provider upgrades on your local machine
7 stars 1 forks source link

Improve error message when `upstream-provider-org` is required #231

Open iwahbe opened 10 months ago

iwahbe commented 10 months ago

Hello!

Issue details

Currently, when upstream-provider-org is missing (but should be present), the error looks like this:

-- failed ---
  - X Lookup Tag SHA: exit status 128:
remote: Repository not found.
fatal: repository 'https://github.com//terraform-provider-port-labs/' not found

When we are unable to find the upstream repo, we should fail with a clear and actionable error.

Affected area/feature