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
kiln update-release... where release sources fail to authenticate returns a generic error that does not make it clear what the problem is.
E.g.
$ kiln update-release -n RELEASE -vf vars.yml -v VERSION
Searching for the release...
2025/01/21 17:31:23 could not execute "update-release": couldn't find "RELEASE" VERSION in any release source
Reproduction steps
Have a Kilnfile with >2 release sources
Misconfigure one of the access tokens or other creds for a release source
Run kiln update-release... for a release from a release source that is set up correctly
Expected behavior
A good error message that indicates that the failure is with authenticating a specific release source, or skipping that release source and continuing to check all the other release sources.
Describe the bug
kiln update-release...
where release sources fail to authenticate returns a generic error that does not make it clear what the problem is.E.g.
Reproduction steps
kiln update-release...
for a release from a release source that is set up correctlyExpected behavior
A good error message that indicates that the failure is with authenticating a specific release source, or skipping that release source and continuing to check all the other release sources.
Additional context
Error is swallowed here:
kiln/internal/commands/update_release.go
Lines 100 to 105 in 109f8d3
The text was updated successfully, but these errors were encountered: