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
My PR here improves global error reporting slightly, so the underlying API error isn't hidden. It's not the most useful in this case though:
Error: unable to create output file
Caused by:
No such file or directory (os error 2)
I don't think we should try to create the parent directory, that's not typical for cli tools in my experience. But we could add the filename to the first error message easy enough
sevclt export
doesn't create the cerficate file if basedir doesn't exist:It works if I create
/opt/sev
beforehand.Even if it works as designed, I think the error message could be clear.
The text was updated successfully, but these errors were encountered: