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
{{ message }}
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.
The stringised Go map does not display nicely in a UI, and I gather it is surfaced as a string rather than as a map object, so the consuming program can't easily convert this into more readable text such as authentication required to pull repository deislabs/cnab-arsebiscuits.
Could the message be made more human-readable? Or alternatively more machine-readable so that the consuming program could format it as desired?
I was using a program that used this library and it gave me with this error message:
Error preparing artifacts: UNAUTHORIZED: authentication required; [map[Type:repository Class: Name:deislabs/arsebiscuits-cnab Action:pull]]
The stringised Go map does not display nicely in a UI, and I gather it is surfaced as a string rather than as a map object, so the consuming program can't easily convert this into more readable text such as
authentication required to pull repository deislabs/cnab-arsebiscuits
.Could the message be made more human-readable? Or alternatively more machine-readable so that the consuming program could format it as desired?
(Original issue: cnabio/duffle#823)
The text was updated successfully, but these errors were encountered: