Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI Version - on user table #1552

Closed
songz opened this issue Mar 6, 2022 · 1 comment
Closed

CLI Version - on user table #1552

songz opened this issue Mar 6, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@songz
Copy link
Contributor

songz commented Mar 6, 2022

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

  1. A cliVersion column in user table.
  2. Once this issue is implemented, in the cliToken user lookup, we could update the cliVersion.
  3. 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.

@flacial
Copy link
Member

flacial commented Mar 27, 2022

The issue has been resolved in #1625 and garageScript/c0d3-cli#43

@flacial flacial closed this as completed Mar 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants