-
Notifications
You must be signed in to change notification settings - Fork 14
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
Arlon CLI new version check #61
Comments
This requirement will need some thought. |
Deferring to sprint 9 |
If a user is on v0.3.5, the output of We will need to maintain the latest update version for each Arlon minor version. For the solution: We can maintain the latest available version for a release in a public location like GitHub release artifacts list. |
The Arlon CLI needs to check for new versions and notify users to upgrade.
This could also be automatic, however this will require all changes to not be breaking changes.
At a minimum users should be able to run
arlon version
and see their current versionarlon update
to upgrade. Arlon CLI self-update #254The version command should return the current version and if a new version is available.
Aha! Link: https://pf9.aha.io/features/ARLON-155
The text was updated successfully, but these errors were encountered: