Is your feature request related to a problem? Please describe.
We have hundreds of different services and when we in some operations batching changes over all of them we and up in that the Fastly Management API rate limit the requests and the CLI returns ERROR: the Fastly API returned 429 Too Many Requests: You have exceeded your hourly rate limit. Please contact support@fastly.com if you think this is a mistake..
The rate limit's are described on https://www.fastly.com/documentation/reference/api/#rate-limiting
Describe the solution you'd like
The error message is clear and consist but should like to have more information in the error message, like the information from the Fastly-RateLimit-* headers. I think the Fastly CLI just return the information message.
Is your feature request related to a problem? Please describe.
We have hundreds of different services and when we in some operations batching changes over all of them we and up in that the Fastly Management API rate limit the requests and the CLI returns
ERROR: the Fastly API returned 429 Too Many Requests: You have exceeded your hourly rate limit. Please contact support@fastly.com if you think this is a mistake..The rate limit's are described on https://www.fastly.com/documentation/reference/api/#rate-limiting
Describe the solution you'd like
The error message is clear and consist but should like to have more information in the error message, like the information from the
Fastly-RateLimit-*headers. I think the Fastly CLI just return the information message.