-
Notifications
You must be signed in to change notification settings - Fork 42
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
Notice to upgrade proctor CLI when out of date #55
Comments
@olttwa Can I pick this up? |
@RajatVaryani currently there's an implementation on the server side to have a forceful upgrade of client. You can check that here For above feature, how are you thinking to implement it? If I were to implement it, I'd fetch the releases from github, and if current version is lower, display a message as:
|
@olttwa I had the same approach. See the tag name of the latest release using |
@RajatVaryani seems like a good approach. Please go ahead. |
As an admin,
I want to notify users when new version is available whenever they run
proctor version
Example:
The text was updated successfully, but these errors were encountered: