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
Update README for CLI v4 GA (#564)
* Update README for CLI v4 GA
* Remove beta label from version
---------
Co-authored-by: E. Cooper <eric.cooper@fauna.com>
Clean up lint warnings (#547)
* Simplify fauna local argv validation
* Simplify request handling in OAuthClient
* Lower complexity of query info formatting
* Move all TODOs to issues we can track separately
Improved error catching and logging (#343)
* nicer message when unable to call v4
* test verifies proper message for v4 403 query result
* test verifies proper message for v4 403 query result
* v4 access message shows up on 410s instead of 403s
* remove debug code
* fix error reporting when v10 queries are run against v4
* handle unknown errors more gracefully
* run linter
* fix test
* don't need to pass version
---------
Co-authored-by: Ashton Eby <ashton.eby@gmail.com>