DopplerHQ / cli

The official CLI for interacting with your Doppler secrets and configuration.
https://docs.doppler.com
Apache License 2.0
226 stars 44 forks source link

Display 5xx responses sent by Doppler's API #173

Closed Piccirello closed 3 years ago

Piccirello commented 3 years ago

If a request receives a 5xx response w/ a JSON body, don't retry the request. Instead, display the response to the user.

Closes DPLR-1365.