-
Notifications
You must be signed in to change notification settings - Fork 3
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
Create way to self update CLI tool #59
Comments
I'm imagining that a possible way to do this would be to add a self-update check each time the CLI tool is ran to first see if there is a more recent version that should be getting used instead (kind of like |
I think it's fine to require internet access to check for updates as long as we make that auto checking for updates a preference users can configure. |
OClif provides some functionality to update the corresponding installation package. As soon as we have the basic tooling to install packages, we might explore implementing this. For now, it has low priority. |
Create way to self update CLI tool by querying GitHub repo releases for latest version and downloading and replacing existing exe. Depends on #58
The text was updated successfully, but these errors were encountered: