Closed Ninja243 closed 11 months ago
When logging in with oidc, if an error happened, otc-auth would exit with a program status number of 0, which could break scripts like:
otc-auth login idp-oidc --overwrite-token && \ otc-auth temp-access-token create --duration-seconds 86390
Also standardizes output a little
When logging in with oidc, if an error happened, otc-auth would exit with a program status number of 0, which could break scripts like:
Also standardizes output a little