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
Arnold CLI is executing a HTTP request to github each time it's executed, to retrieve the latest Arnold release.
This is not always a desired behavior because :
It can slow down bulk scripts that are using Arnold CLI
It can trigger Github's rate limiter
In this latter case, arnold CLI fails with the following error : jq: error (at <stdin>:1): Cannot index object with number
because Github is returning the following response :
{"message":"API rate limit exceeded for X.X.X.X. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}
Describe the solution you'd like
An option to disable version checking in arnold CLI would be appreciated.
The text was updated successfully, but these errors were encountered:
Feature Request
Arnold CLI is executing a HTTP request to github each time it's executed, to retrieve the latest Arnold release.
This is not always a desired behavior because :
In this latter case, arnold CLI fails with the following error :
jq: error (at <stdin>:1): Cannot index object with number
because Github is returning the following response :
Describe the solution you'd like
An option to disable version checking in arnold CLI would be appreciated.
The text was updated successfully, but these errors were encountered: