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 an engineer doing cli upgrades, sometimes I want to know how many users are on a certain CLI version and want make sure that users on older versions are notified.
To do this, I'm thinking
A cliVersion column in user table.
Once this issue is implemented, in the cliToken user lookup, we could update the cliVersion.
c0d3 cli should send Authorization Bearer token that is base64 encoded with: cliToken and cliVersion
This gives us an ability to lookup all the users with certain version and possibly notify them via discord or email in the future.
The text was updated successfully, but these errors were encountered:
As an engineer doing cli upgrades, sometimes I want to know how many users are on a certain CLI version and want make sure that users on older versions are notified.
To do this, I'm thinking
cliVersion
column inuser
table.cliToken
user lookup, we could update thecliVersion
.c0d3 cli
should sendAuthorization Bearer
token that is base64 encoded with:cliToken
andcliVersion
This gives us an ability to lookup all the users with certain version and possibly notify them via discord or email in the future.
The text was updated successfully, but these errors were encountered: