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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
The default value of --api-base-url is changed to https://aqtiveguard.sandboxaq.com. The former value caused the client to exit early with an HTTP 308 response code (permanent redirect).
Fix a bug which would prevent upload from working on Windows (an error would be returned by the client).
Fix an API server error when --filename is absent.
Added
Add more logging. The verbosity is controlled with two new flags: --quiet and --verbose. The coloring is controlled with a new parameter: --color.