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
As API tokens are close to be available, we should allow users to use them as login option for CLI, as we do for CLEVER_SECRET and CLEVER_TOKEN we could manage a CLEVER_API_TOKEN.
If used:
Requests to the API are sent with CLEVER_API_TOKEN as bearer token
User can use any command, but not login, logout, tokens
The text was updated successfully, but these errors were encountered:
As API tokens are close to be available, we should allow users to use them as login option for CLI, as we do for
CLEVER_SECRET
andCLEVER_TOKEN
we could manage aCLEVER_API_TOKEN
.If used:
CLEVER_API_TOKEN
as bearer tokenlogin
,logout
,tokens
The text was updated successfully, but these errors were encountered: